Number Base Converter
Convert between binary, octal, decimal, and hexadecimal. Edit any field to sync all.
Bit Representations
8-bit: 00001010
16-bit: 0000000000001010
32-bit: 00000000000000000000000000001010
Quick Reference
| Dec | Bin | Oct | Hex |
|---|---|---|---|
| 0 | 0 | 0 | 0 |
| 1 | 1 | 1 | 1 |
| 8 | 1000 | 10 | 8 |
| 10 | 1010 | 12 | A |
| 15 | 1111 | 17 | F |
| 16 | 10000 | 20 | 10 |
| 255 | 11111111 | 377 | FF |
| 256 | 100000000 | 400 | 100 |