bookmark

Hexadecimal (base 16) to Binary (base 2) Conversion Table

Quick Find Conversion Table

to


0 - 23
hexadecimal (base 16) to binary (base 2)
016= 02
116= 12
216= 102
316= 112
416= 1002
516= 1012
616= 1102
716= 1112
816= 10002
916= 10012
a16= 10102
b16= 10112
c16= 11002
d16= 11012
e16= 11102
f16= 11112
1016= 100002
1116= 100012
1216= 100102
1316= 100112
1416= 101002
1516= 101012
1616= 101102
1716= 101112
24 - 47
hexadecimal (base 16) to binary (base 2)
1816= 110002
1916= 110012
1a16= 110102
1b16= 110112
1c16= 111002
1d16= 111012
1e16= 111102
1f16= 111112
2016= 1000002
2116= 1000012
2216= 1000102
2316= 1000112
2416= 1001002
2516= 1001012
2616= 1001102
2716= 1001112
2816= 1010002
2916= 1010012
2a16= 1010102
2b16= 1010112
2c16= 1011002
2d16= 1011012
2e16= 1011102
2f16= 1011112
48 - 71
hexadecimal (base 16) to binary (base 2)
3016= 1100002
3116= 1100012
3216= 1100102
3316= 1100112
3416= 1101002
3516= 1101012
3616= 1101102
3716= 1101112
3816= 1110002
3916= 1110012
3a16= 1110102
3b16= 1110112
3c16= 1111002
3d16= 1111012
3e16= 1111102
3f16= 1111112
4016= 10000002
4116= 10000012
4216= 10000102
4316= 10000112
4416= 10001002
4516= 10001012
4616= 10001102

hexadecimal (base 16)

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 (base 2)

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.