Convert between Binary, Octal, Decimal and Hexadecimal instantly
Type a number in any box — all other boxes update automatically
| Decimal | Binary | Octal | Hex |
|---|
Just type any number into the corresponding field and all other fields update automatically. No need to press a button.
| Base | Name | Digits Used | Common Use |
|---|---|---|---|
| 2 | Binary | 0, 1 | CPU instructions, bit flags, memory addressing |
| 8 | Octal | 0–7 | Unix file permissions (chmod 755) |
| 10 | Decimal | 0–9 | Everyday numbers |
| 16 | Hexadecimal | 0–9, A–F | Colors (#FF5733), memory addresses, encoding |
0xFF in hex or #FFFFFF in CSS colors.FF vs 11111111.© 2026 dconverter.org. All Rights Reserved.