Convert Hex to Binary 

Hexadecimal to Binary Converter

Hexadecimal to Binary Converter

This tool converts a hexadecimal number (base-16) into its binary equivalent (base-2). Hexadecimal numbers use digits from 0-9 and letters A-F to represent values. Each hex digit corresponds to a group of four binary digits (bits). For example, the hex digit ‘A’ corresponds to the binary ‘1010’. The conversion is essential in computing as it simplifies binary representation.

Hexadecimal Binary
00000
10001
20010
30011
40100
50101
60110
70111
81000
91001
A1010
B1011
C1100
D1101
E1110
F1111
Scroll to Top