Binary / Decimal / Hex / Octal Converter
Convert numbers between binary (base 2), octal (base 8), decimal (base 10), and hexadecimal (base 16).
Results:
Binary
Octal
Decimal
Hexadecimal
What is Number Base Conversion?
Numbers can be represented in different bases (radixes). Binary (base 2) uses 0โ1, octal (base 8) uses 0โ7, decimal (base 10) uses 0โ9, hexadecimal (base 16) uses 0โ9 and AโF.
What is it used for?
- Programming: Hex for colors (#FF0000), memory addresses; binary for bitwise ops
- Networking: IP addresses in hex; subnet masks in binary
- File formats: Binary/hex for binary file inspection
- Learning: Understand how computers represent numbers
How it works
Enter a number and select its base. The tool converts it to binary, octal, decimal, and hexadecimal. All bases update in real time.
Related Tools
6๏ธโฃ4๏ธโฃ
Base64 to Hex
Convert Base64 strings to hexadecimal format. Free online Base64 to hex decoder.
6๏ธโฃ4๏ธโฃ
Hex to Base64
Convert hexadecimal strings to Base64 format. Free online hex to Base64 encoder.
๐ฆ
Bytes Converter
Convert between bytes, KB, MB, GB, TB. Free online bytes converter.