Topics / Number Systems / Converting Binary to Hexadecimal
Converting Binary to Hexadecimal
The video below gives a step by step guide on how to convert binary code into hexadecimal.
Here’s how it works:
- From right to left, split the binary code into groups of 4 bits.
- Write the correct base 2 headings above each group of binary code.
- Work out the decimal value of each group of binary code.
- Change any of the decimal values that are above 9 into the corresponding hex code.