Hex to Binary Converter

The Hex to Binary Converter is a user-friendly online tool, to convert Hex to Binary quickly.

Hex to Binary Converter

Share This Converte

Related Converters

How to convert Hex to Binary

Here, we will understand how to convert hexadecimal (hex) numbers to binary and let us know through an example how to convert hexadecimal (hex) numbers to binary. To convert a hexadecimal (hex) number to binary, you can convert each hex digit to its equivalent 4-bit binary representation. Since each hex digit represents 4 bits, the conversion is simple.

Here, you type the hex number that you want to convert. For example, let us use a hex number 1A3 here.

We have to convert each hex digit to its 4-bit binary representation. For this, you use the following mapping.

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

For example 1A3

1 in hex is 0001 in binary.

A in hex is 1010 in binary.

3 in hex is 0011 in binary.

Now, we will combine the binary representation of each hex digit to get the binary equivalent of the entire hex digit.

Let us use our example 1A3.

The value of 1 in binary is 0001.

The value of A in binary is 1010.

The value of 3 in binary is 0011.

Combine these: 000110100011

So, the hex number 1A3 is equivalent to the binary number 000110100011.

A Table for Hexadecimal to Binary Conversion

Table
HexadecimalDecimal
11
210
311
4100
5101
6110
7111
81000
91001
a1010
b1011
c1100
d1101
e1110
f1111
aa10101010
bb10111011
cc11001100
dd11011101
ee11101110
ff11111111
1010000
100100000000
10001000000000000
1000010000000000000000
error: Content is protected !!
Scroll to Top