Binary to Hex Converter

Convert binary numbers to hexadecimal and decimal. Free online binary to hex converter with step-by-step calculations and digit grouping support.

2
Swap
16
10

About Binary to Hex Converter

The Binary to Hex Converter is a powerful tool that converts binary numbers to hexadecimal and decimal formats. It provides step-by-step calculations and supports digit grouping for better readability.

How do I convert binary to hexadecimal?

To convert binary to hexadecimal:
1. Group the binary digits into sets of 4 (starting from the right)
2. Convert each group to its hexadecimal equivalent
3. Combine the hexadecimal digits

For example: 11010110 → 1101 0110 → D 6 → D6

What is the relationship between binary and hexadecimal?

Hexadecimal is a base-16 number system, while binary is base-2. Since 16 = 2^4, each hexadecimal digit represents exactly 4 binary digits. This makes conversion between binary and hex very straightforward.

Can I convert negative binary numbers?

Yes, this tool supports both positive and negative binary numbers. For negative numbers, it uses two's complement representation and converts them to their corresponding hexadecimal values.

Binary to Hexadecimal Conversion Table

BinaryHexadecimalDecimal
000000
000111
001022
001133
010044
010155
011066
011177
100088
100199
1010A10
1011B11
1100C12
1101D13
1110E14
1111F15