How to محول hex to binary

How to محول from hexadecimal number to binary number.

How to محول base 16 to base 2.

How to محول from hex to binary

محول each hex digit to 4 binary digits according to this table:

Hex Binary
0 0000
1 0001
2 0010
3 0011
4 0100
5 0101
6 0110
7 0111
8 1000
9 1001
A 1010
B 1011
C 1100
D 1101
E 1110
F 1111

Example #1

محول (4E)16 to binary:

(4)16 = (0100)2

(E)16 = (1110)2

So

(4E)16 = (01001110)2

Example #2

محول (4A01)16 to binary:

(4)16 = (0100)2

(A)16 = (1010)2

(0)16 = (0000)2

(1)16 = (0001)2

So

(4A01)16 = (0100101000000001)2

 

How to محول binary to hex

 


See also

Write how to improve this page

NUMBER CONVERSION
RAPID TABLES
<!â› Don't click me1 â›>