Shortcut method – Binary to Hexadecimal


Steps

●      Step 1 – Divide the binary digits into groups of four (starting from the right).

●      Step 2 – Convert each group of four binary digits to one hexadecimal symbol.

Example

Binary Number : 101012

Calculating hexadecimal Equivalent:

StepBinary NumberHexadecimal Number
Step 11010120001 0101
Step 2101012110 510
Step 31010121516

Binary Number : 101012 = Hexadecimal Number : 1516