Hexadecimal to Binary Converter - Base 16 to Base 2

Copy Link & Share
'Convert From' and 'Convert To' are same! Please Select a different Source/Target number base.
hex
 
 

Complete List of Hexadecimal Converters

ADVERTISEMENT

Conversion Units

Definition : Hexadecimal Number System (Base 16)

Hexadecimal Number System is a base 16 number system, uses combinations of numerals 0 to 9 and alphabetic characters A to F to represent any number. Hexadecimal numbers are represented with 16 at their base, for example 1AF16.

Definition : Binary Number System (Base 2)

A binary number system represents a number in terms of only two numerals, i.e., 0 (zero) and 1 (one). In the word "binary", "bi" means "two". Binary numbers are represented with 2 at their base, for example 10101012.

Hexadecimal to Binary Conversion Examples

hexadecimal (base 16) NumberEquivalent binary (base 2) Number
00
11
210
311
4100
5101
6110
7111
81000
91001
A1010
B1011
C1100
D1101
E1110
F1111
1010000
FF11111111
100100000000
FFF111111111111
10001000000000000