Home Number Base Conversion Hexadecimal to Binary
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
Hexadecimal Converters : Hexadecimal to Octal , Hexadecimal to Decimal
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) Number | Equivalent binary (base 2) Number |
---|---|
0 | 0 |
1 | 1 |
2 | 10 |
3 | 11 |
4 | 100 |
5 | 101 |
6 | 110 |
7 | 111 |
8 | 1000 |
9 | 1001 |
A | 1010 |
B | 1011 |
C | 1100 |
D | 1101 |
E | 1110 |
F | 1111 |
10 | 10000 |
FF | 11111111 |
100 | 100000000 |
FFF | 111111111111 |
1000 | 1000000000000 |