Convert numbers between Binary (base 2), Octal (base 8), Decimal (base 10), and Hexadecimal (base 16) instantly.
Invalid characters for selected base
| Decimal | Binary | Octal | Hex |
|---|---|---|---|
One hex digit = 4 binary digits (a "nibble"). Two hex digits = one byte (8 bits). So FF = 11111111 = 255.