Binary to Hex Converter

The Binary to Hex  Converter is a user-friendly online tool, to quickly convert Binary to Hex 

Binary to Hex Converter

Share This Converter

Related Converters

Table of Contents

How to convert Binary to Hex

Now you will convert each group of four binary digits here to its equivalent hexadecimal representation. For this, we have given the below mapping.
0000: 0
0001: 1
0010: 2
0011: 3
0100: 4
0101: 5
0110: 6
0111: 7
1000: 8
1001: 9
1010: A
1011: B
1100: C
1101: D
1110: E
1111: F

Conversion Example

Convert the binary number 101101 to hexadecimal.

Group the Binary Digits:

Group the binary number into groups of four digits from right to left. If the last group has fewer than four digits, pad it with zeros on the left.

1. Binary: 101101

2. Grouped: 0010 | 1101

3. Convert Each Group to Hexadecimal:

Group 1: 0010

Binary to Decimal: 0×23+0×22+1×21+0×20=0+0+2+0=20 \times 2^3 + 0 \times 2^2 + 1 \times 2^1 + 0 \times 2^0 = 0 + 0 + 2 + 0 = 20×23+0×22+1×21+0×20=0+0+2+0=2

Decimal to Hexadecimal: 2 in hexadecimal is 2.

Group 2: 1101

Binary to Decimal: 1×23+1×22+0×21+1×20=8+4+0+1=131 \times 2^3 + 1 \times 2^2 + 0 \times 2^1 + 1 \times 2^0 = 8 + 4 + 0 + 1 = 131×23+1×22+0×21+1×20=8+4+0+1=13

Decimal to Hexadecimal: 13 in hexadecimal is D.

Combine Hexadecimal Digits:

Combine the hexadecimal digits obtained from each group, starting from left to right.

Hexadecimal: 2D

The binary number 101101 converts to the hexadecimal number 2D.

A Table for Binary to Hex Conversion

Table
BinaryHexadecimal
11
102
113
1004
1015
1106
1117
10008
10019
1010a
1011b
1100c
1101d
1110e
1111f
111111f
1111113f
11111117f
11111111ff
1000100088
10101010aa
11110000f0
11111010003e8
error: Content is protected !!
Scroll to Top