w3resource

Convert Hexadecimal to Binary


Hexadecimal Number:
[ Input a hexadecimal number like F in the following field and click the Convert button. ]

Binary number:

Conversion: Hexadecimal to Binary

 

Hexadecimal Number System:

In mathematics and computing, hexadecimal (also base 16, or hex) is a positional numeral system with a radix, or base, of 16. It uses sixteen distinct symbols, most often the symbols 0–9 to represent values zero to nine, and A, B, C, D, E, F (or alternatively a, b, c, d, e, f) to represent values ten to fifteen.

Binary Number System:

In mathematics and digital electronics, a binary number is a number expressed in the binary numeral system or base-2 numeral system which represents numeric values using two different symbols: typically 0 (zero) and 1 (one). The base-2 system is a positional notation with a radix of 2. Because of its straightforward implementation in digital electronic circuitry using logic gates, the binary system is used internally by almost all modern computers and computer-based devices. Each digit is referred to as a bit.

Hexadecimal to Binary conversion table

HexadecimalBinary
00000
10001
20010
30011
40100
50101
60110
70111
81000
91001
A1010
B1011
C1100
D1101
E1110
F1111

Previous: Convert Decimal to Octal
Next: Convert Hexadecimal to Decimal



Follow us on Facebook and Twitter for latest update.