Hexadecimal Numbers arrange binary numbers into sets of 4 and converting 16 different binary digits.

The one main disadvantage of binary numbers is that the binary string can be quite long.

When we are dealing with binary numbers consisting of 8,16 and 32 digits. it is difficult to both read or write without producing errors especially when working with lots of 16 or 32-bit binary numbers.

Overcoming this problem is to arrange the binary numbers into groups or sets of 4-bits.This type of numbering system is called Hexadecimal Numbers.

By arranging a binary number into sets of 4 bits, each set of 4 digits can now have a possible value of between 0000 (0) and 1111 ( 8+4+2+1 = 15 )

Please note that 0 is also a valid digit.

In the Hexadecimal Numbering System we use the numbers from 0 to 9 and the capital letters A to F to represent its Binary or Decimal number equivalent.

It starts with the least significant digit at the right hand side.

The numbers 0 to 9 are still used as in the original decimal system,however the numbers from 10 to 15 are now represented by capital letters of the alphabet from A to F.

The relationship between decimal, binary and hexadecimal is given in below table.

Decimal Number4-bit Binary NumberHexadecimal Number
000000
100011
200102
300113
401004
501015
601106
701117
810008
910019
101010A
111011B
121100C
131101D
141110E
151111F
160001 000010 (1+0)
170001 000111 (1+1)
Continuing upwards in groups of 4

Using the original binary number from above 1101 0101 1100 1111 this can now be changed into an equivalent hexadecimal number of D5CF 

Also, changing hexadecimal based numbers back into binary is simply the reverse process.


Also Read: Easy way to Convert Decimal number to Binary number


Also Read : How to convert Binary number to Decimal number


Also Read : Trigonometry Formulas


Credit: Delhi Parents Association