Convert binary to hexadecimalHow to convert binary to hexadecimal?Conversion rule quick conversion | |
| Binary to:
decimal
octal
hexadecimal
|
ExamplesConversion rule to table |
Binary to HexadecimalConvert 100101012 to hexadecimal:100101012 = 1001 0101 = 9516 |
| binary 10010101 |
1001 | 0101 | step 0 |
| hexadecimal 95 |
9 | 5 | step 1 |
| Binary number |
Hexadecimal number |
| 0 | 0 |
| 1 | 1 |
| 10 | 2 |
| 11 | 3 |
| 100 | 4 |
| 101 | 5 |
| 110 | 6 |
| 111 | 7 |
| 1000 | 8 |
| 1001 | 9 |
| 1010 | A |
| 1011 | B |
| 1100 | C |
| 1101 | D |
| 1110 | E |
| 1111 | F |