Hex to binary

This converter can convert hexadecimal encodings to binary numbers very quickly, just type your hexadecimal encoding. e.g. you enter 'f' you will get '1111'. At the same time, you can also choose any conversion between binary to base 36. Binary to hex

Base(default hexadecimal)
Hexadecimal encoding
Target base(default binary)
Conversion result

Knowledge of converter

In mathematics and digital electronics, a binary number is a number expressed in the base-2 numeral system or binary numeral system, which uses only two symbols: typically 0 (zero) and 1 (one).

The base-2 numeral system is a positional notation with a radix of 2. Each digit is referred to as a bit. Because of its straightforward implementation in digital electronic circuitry using logic gates, the binary system is used by almost all modern computers and computer-based devices.

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–F (or alternatively a–f) to represent values ten to fifteen.

Hexadecimal to binary conversion table

HexBinary
00
11
210
311
4100
5101
6110
7111
81000
91001
A1010
B1011
C1100
D1101
E1110
F1111
1010000
20100000
100100000000
50010100000000