Advertisement
Convert B (Hexadecimal) to Binary
Number base conversion — exact answer with nearby values
B in Hexadecimal equals
1011
in Binary (base 2)
Advertisement
Nearby Values
| Hexadecimal (Base 16) | Binary (Base 2) |
|---|---|
| 6 | 110 |
| 7 | 111 |
| 8 | 1000 |
| 9 | 1001 |
| A | 1010 |
| B | 1011 |
| C | 1100 |
| D | 1101 |
| E | 1110 |
| F | 1111 |
| 10 | 10000 |
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 11 = 1011 in Binary.
Advertisement