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
0
Bits
0
Bytes
0
Hex chars
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
- Enter or paste a binary string (e.g. 01001000 01101001) into the input field.
- The tool strips whitespace and splits the bit string into 4-bit nibbles.
- Each nibble is mapped to its hexadecimal digit (0–9, A–F).
- Nibble pairs are grouped into bytes separated by spaces for readability.
- 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