Hexadecimal to Binary Converter
Type any hex number and instantly see its binary, decimal, and octal equivalents with grouped bit output.
Use the Hexadecimal to Binary Converter
Hexadecimal Input
Quick examples
Conversion Results
Enter a hex value to see results
Binary (Base 2)
Decimal (Base 10)
Octal (Base 8)
Batch Converter
One hex value per line. Lines starting with # are treated as comments.
Copied!
Summary
Type any hex number and instantly see its binary, decimal, and octal equivalents with grouped bit output.
How it works
- Type or paste a hexadecimal value into the input field.
- The tool strips optional 0x/0X prefix and whitespace automatically.
- Each hex digit is expanded to its 4-bit binary equivalent.
- The binary output is grouped in nibbles (4 bits) for readability.
- Decimal and octal representations are shown simultaneously.
- Use the copy button next to any output to copy it to your clipboard.
Use cases
- Decode hex color codes into binary for low-level graphics work.
- Understand CPU register values during debugging.
- Study binary/hex relationships when learning computer science.
- Convert memory addresses from hex dumps to binary for bit-masking.
- Verify bitwise operation inputs and outputs.
- Teach students the positional number system across multiple bases.
Frequently Asked Questions
Last updated: 2026-09-19 ·
Reviewed by Nham Vu