Binary to Hex Converter
This binary to hex/hexadecimal converter can convert any bit/binary number to hex/hexadecimal and it show you how to get the answer to the provided question.
The hex to binary 1100101 can be found by seperating it in four places
110 0101 then find the answer using the table provided below.
ADVERTISEMENT
How to use the calculator
The input field only takes binary numbers e.g number that consists of 1s and 0s only example 1001, 1100101 e.t.c. This converter can also convert floating points. You will get the answer with the workings.
ADVERTISEMENT
Binary to Hex conversion table
Binary | Hex |
---|---|
0000 | 0 |
0001 | 1 |
0010 | 2 |
0011 | 3 |
0100 | 4 |
0101 | 5 |
0110 | 6 |
0111 | 7 |
1000 | 8 |
1001 | 9 |
1010 | A |
1011 | B |
1100 | C |
1101 | D |
1110 | E |
1111 | F |