For example we want to change the decimal expression (1011011011011110000)2 into hexadecimal, (which is itself the binary expression of decimal number 374512).
Making this binary expression into pairing of 4 we get:
101 1011 0110 1111 0000
The leftiest pair doesn't have 4 digits, so we add 0 to the left of it.
0101 1011 0110 1111 0000
Now use the following table to assign respective numbers/alphabet to each pair:


0 Comments