w3resource

Convert Binary to Hexadecimal


Binary Number:
[ Input a binary number like 1110 in the following field and click the Convert button. ]

Hexadecimal number:

Conversion: Binary to Hexadecimal

 

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 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 to hex conversion table

Binary Hex
0 0
1 1
10 2
11 3
100 4
101 5
110 6
111 7
1000 8
1001 9
1010 A
1011 B
1100 C
1101 D
1110 E
1111 F
10000 10
100000 20
1000000 40
10000000 80
100000000 100

Previous: Convert Binary to Decimal
Next: Convert Binary to Octal



Follow us on Facebook and Twitter for latest update.