HomeHex to DecimalDecimal to HexHex to BinaryBinary to HexHex to TextText to HexHex to ASCIIASCII to HexBase64 to HexHex to Base64Hex to IPIP to HexContact
Language:

Binary to Hex Converter

Convert any binary number to its hexadecimal representation. Supports spaces, handles invalid characters, and provides instant results.
Hex output

Example: Binary to Hex

  • Binary: 01001000 01100101
    Hex: 48 65 "01001000 01100101" = 48 65 (H E)
  • Binary: 110011
    Hex: 33

How to Convert Binary to Hexadecimal?

  1. Write or paste your binary number (only 0 and 1 are valid).
  2. Split the binary number into groups of 4 bits (add leading zeros if necessary).
  3. Convert each 4-bit group to its hexadecimal equivalent.
  4. Combine all the hex digits together.

Binary to Hex Table

Binary (4-bit)Hex
00000
00011
00102
00113
01004
01015
01106
01117
10008
10019
1010A
1011B
1100C
1101D
1110E
1111F

What is Binary? Why Convert to Hex?

Binary uses only 0 and 1. It's the native language of computers. Hexadecimal makes binary shorter and easier to read for humans. For example, a byte (8 bits) in binary is two hex digits (e.g. 01001000 = 48).

FAQ

  • How many bits is a hex digit?
    One hex digit equals 4 binary bits.
  • What if my binary number has spaces?
    No problem! The tool ignores spaces and other non-binary characters.
  • What is binary used for?
    All digital data and computers operate in binary.