Number base calculator
Decimal, hexadecimal, and binary
Type a whole number in any field and the other two values will follow.
Convert a value
Prefixes like 0x and 0b are optional.
Enter a whole, non-negative number.
Formatting at a glance
- Decimal
- 1,000,000
- Hexadecimal
- 0F FF
- Binary
- 0000 1111 1111 1111
Hexadecimal values are shown in byte-sized groups. Binary values are shown in four-bit groups with byte-aligned padding.