Enter a hexadecimal number above and click "Convert" to see the step-by-step process.
| Hexadecimal (Base 16) | Binary (Base 2) | Octal (Base 8) | Decimal (Base 10) |
|---|---|---|---|
0 | 0000 | 0 | 0 |
1 | 0001 | 1 | 1 |
2 | 0010 | 2 | 2 |
3 | 0011 | 3 | 3 |
4 | 0100 | 4 | 4 |
5 | 0101 | 5 | 5 |
6 | 0110 | 6 | 6 |
7 | 0111 | 7 | 7 |
8 | 1000 | 10 | 8 |
9 | 1001 | 11 | 9 |
A | 1010 | 12 | 10 |
B | 1011 | 13 | 11 |
C | 1100 | 14 | 12 |
D | 1101 | 15 | 13 |
E | 1110 | 16 | 14 |
F | 1111 | 17 | 15 |