Binary to Hex Converter

Paste or type a binary string and instantly get the hexadecimal equivalent — supports grouped bytes and continuous bit streams.

Binary Input

Hex Output

Binary–Hex Quick Reference

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

Summary

Paste or type a binary string and instantly get the hexadecimal equivalent — supports grouped bytes and continuous bit streams.

How it works

  1. Enter or paste a binary string (e.g. 01001000 01101001) into the input field.
  2. The tool strips whitespace and splits the bit string into 4-bit nibbles.
  3. Each nibble is mapped to its hexadecimal digit (0–9, A–F).
  4. Nibble pairs are grouped into bytes separated by spaces for readability.
  5. Toggle uppercase or lowercase output, or copy the result with one click.

Use cases

  • Verify binary payloads from network packet captures.
  • Debug embedded firmware output displayed as raw bit strings.
  • Learn and practice binary–hex conversions for computer science coursework.
  • Convert binary data from logic analyzers to a human-readable hex dump.
  • Cross-check manual hex calculations against a reference tool.
  • Translate binary-encoded ASCII text to its hex escape sequences.

Frequently Asked Questions

Last updated: 2026-06-09 · Reviewed by Nham Vu