Convert a number between binary, decimal, hexadecimal, and octal. Enter the value and its base.
Usage Tip
One hex digit equals exactly four binary digits, which is why hex is a handy shorthand for binary.
All convert through a common decimal value
Decimal (base 10) is everyday counting; octal (base 8) appears in some systems.
Binary uses 0-1, octal 0-7, decimal 0-9, hex 0-9 and A-F.
All four representations are shown.
