How to convert hex to binary

How to convert from hexadecimal number to binary number.

How to convert base 16 to base 2.

How to convert from hex to binary

Convert each hex digit to 4 binary digits according to this table:

HexBinary
00000
10001
20010
30011
40100
50101
60110
70111
81000
91001
A1010
B1011
C1100
D1101
E1110
F1111

Example #1

Convert (4D)16 to binary:

(4)16 = (0100)2

(D)16 = (1101)2

So

(4D)16 = (01001101)2

Example #2

Convert (4A0D)16 to binary:

(4)16 = (0100)2

(A)16 = (1010)2

(0)16 = (0000)2

(D)16 = (1101)2

So

(4A0D)16 = (0100101000001101)2

Example #3

Convert (EA0D)16 to binary:

(E)16 = (1110)2

(A)16 = (1010)2

(0)16 = (0000)2

(D)16 = (1101)2

So

(EA0D)16 = (1110101000001101)2

 

 

How to convert binary to hex ►

 


See also

Advertising

NUMBER CONVERSION
°• CmtoInchesConvert.com •°