Digital & Computing bin (Base 2) → hex (Base 16)

Binary to Hexadecimal Converter

Instantly convert binary to hexadecimal with live bidirectional calculation, mathematical formula breakdown, and quick-reference snippet charts.

bin (Base 2)
hex (Base 16)
Formula hex (Base 16) = Base16(bin (Base 2))
Group the binary bits into 4-bit nibbles from right to left, then replace each nibble with its hexadecimal digit equivalent (0-F).

How to Convert Binary to Hexadecimal

Mathematical formulation and step-by-step conversion steps.

Conversion Formula
hex (Base 16) = Base16(bin (Base 2))

Group the binary bits into 4-bit nibbles from right to left, then replace each nibble with its hexadecimal digit equivalent (0-F).

Example Calculation (10 bin (Base 2))

To convert 10 binary into hexadecimal:

1. Input: 10 bin (Base 2)
2. Apply formula: hex (Base 16) = Base16(bin (Base 2))
3. Result = 2 hex (Base 16)

Quick-Reference Conversion Table

Calculated values for common binary to hexadecimal comparisons.

Exact Precision

Binary to Hexadecimal (bin (Base 2) → hex (Base 16))

Binary (bin (Base 2)) Hexadecimal (hex (Base 16))
0 bin (Base 2) 0 hex (Base 16)
1 bin (Base 2) 1 hex (Base 16)
10 bin (Base 2) 2 hex (Base 16)
100 bin (Base 2) 4 hex (Base 16)
1000 bin (Base 2) 8 hex (Base 16)
1010 bin (Base 2) A hex (Base 16)
1111 bin (Base 2) F hex (Base 16)
10000 bin (Base 2) 10 hex (Base 16)
100000 bin (Base 2) 20 hex (Base 16)
11111111 bin (Base 2) FF hex (Base 16)

Hexadecimal to Binary (hex (Base 16) → bin (Base 2))

Hexadecimal (hex (Base 16)) Binary (bin (Base 2))
0 hex (Base 16) 0 bin (Base 2)
1 hex (Base 16) 1 bin (Base 2)
2 hex (Base 16) 10 bin (Base 2)
4 hex (Base 16) 100 bin (Base 2)
8 hex (Base 16) 1000 bin (Base 2)
10 hex (Base 16) 10000 bin (Base 2)
15 hex (Base 16) 10101 bin (Base 2)
16 hex (Base 16) 10110 bin (Base 2)
32 hex (Base 16) 110010 bin (Base 2)
255 hex (Base 16) 1001010101 bin (Base 2)

Binary to Hexadecimal FAQ

Common answers and formulas for converting binary to hexadecimal.

How many hexadecimal are in 1 binary?

1 binary (bin (Base 2)) is equal to 1 hexadecimal (hex (Base 16)).

What is the conversion formula for bin (Base 2) to hex (Base 16)?

The formula is: hex (Base 16) = Base16(bin (Base 2)). Group the binary bits into 4-bit nibbles from right to left, then replace each nibble with its hexadecimal digit equivalent (0-F).

How do I convert 10 binary to hexadecimal?

To convert 10 binary to hexadecimal, apply the conversion formula: 10 bin (Base 2) = 2 hex (Base 16).

Can I reverse this calculation to convert hexadecimal to binary?

Yes, use the quick-swap button (⇄) on the converter above or visit the reverse Hexadecimal to Binary converter.