Advertisement
Convert 9B (Hexadecimal) to Binary
Number base conversion — exact answer with nearby values
9B in Hexadecimal equals
10011011
in Binary (base 2)
Advertisement
Nearby Values
| Hexadecimal (Base 16) | Binary (Base 2) |
|---|---|
| 96 | 10010110 |
| 97 | 10010111 |
| 98 | 10011000 |
| 99 | 10011001 |
| 9A | 10011010 |
| 9B | 10011011 |
| 9C | 10011100 |
| 9D | 10011101 |
| 9E | 10011110 |
| 9F | 10011111 |
| A0 | 10100000 |
How to Convert Hexadecimal to Binary
To convert from Hexadecimal (base 16) to Binary (base 2): express the value in decimal first, then convert to base 2. Decimal 155 = 10011011 in Binary.
Advertisement