Loading...
Convert number bases online for free. Change between binary, decimal, hex, and octal. Programmer's calculator.
Convert numbers across any base (2–64)
Binary (Base 2)
Uses: 0, 1
Example: 1010 = 10 in decimal
Hexadecimal (Base 16)
Uses: 0-9, A-F
Example: FF = 255 in decimal
Choose source number system (2-64)
Type number in selected base
Choose target number system
See result in all bases
Choose source number system (2-64)
Type number in selected base
Choose target number system
See result in all bases
Converting a number from one numeral system (like binary) to another (like decimal).
Binary (base 2) for computers, hex (base 16) for compact representation, decimal (base 10) for humans.
Base 16 system using 0-9 and A-F. Common in programming for colors (#FF0000) and memory addresses.
This tool handles integers. For fractional conversions, use specialized decimal/binary converters.