Use the below conversion tool to convert a Hexadecimal to binary number:

Hexadecimal Number
Binary Number

Also Try:

Hexadecimal Number

Hexadecimal number system uses 16 different symbols to represent a numeric value. It uses numbers 0 to 9 and alphabets A to F for representation. . The place value of each digits of an hexadecimal number varies as the whole number powers of 16 starting from the right (Least Significant Digit). The first single digit number in hexadecimal system is 0 and the last is F. Similarly, the first two digit hexadecimal number is 10 and the last is FF and so on. It is used as an alternative for binary numbers by developers and programmers.

Binary number

Binary numbering system uses only two symbols 0 and 1. Each digits of a binary number is referred to as bits. Binary system is also known as base -2 system. Each digit is represented by the increasing power of 2 from the LSB (Least Significant Bit). Binary system is the heart of digital electronics and is used for information flow. In digital electronics, 0 and 1 are used to denote logic states, high and low. Arithmetic operations are also possible in binary system.

Read More: How to convert a hexadecimal number to a binary number

Example for Hexadecimal to Binary conversion

Convert 3F316 to binary

From the below hexadecimal to binary conversion table:

Hex3F3
Decimal001111110011

Hence, 3F316 = 11111100112

Convert AFE16 to binary

From the below hexadecimal to binary conversion table:

HexAFE
Decimal101011111110

Hence, AFE16 = 1010111111102

Hexadecimal to Binary conversion table

Hexadecimal NumberBinary NumberDecimal Number
000000
100011
200102
300113
401004
501015
601106
701117
810008
910019
A101010
B101111
C110012
D110113
E111014
F111115
100001 000016

Also Try:

Other Converters