Advertisement
Convert 1001 (Binary) to Hexadecimal
Number base conversion — exact answer with nearby values
1001 in Binary equals
9
in Hexadecimal (base 16)
Advertisement
Nearby Values
| Binary (Base 2) | Hexadecimal (Base 16) |
|---|---|
| 100 | 4 |
| 101 | 5 |
| 110 | 6 |
| 111 | 7 |
| 1000 | 8 |
| 1001 | 9 |
| 1010 | A |
| 1011 | B |
| 1100 | C |
| 1101 | D |
| 1110 | E |
How to Convert Binary to Hexadecimal
To convert from Binary (base 2) to Hexadecimal (base 16): express the value in decimal first, then convert to base 16. Decimal 9 = 9 in Hexadecimal.
Advertisement