Hex to Binary Converter
Length: 0 hex chars
Hex to Binary Converter
Convert hexadecimal (base-16) values to Binary (base-2) values instantly.
Hex to Binary expands each hex digit into its 4-bit binary equivalent.
The tool accepts hex with or without the '0x' prefix and automatically ignores spaces.
1How to Use
- Enter hexadecimal data (0-9, A-F). Spaces and '0x' prefix are auto-stripped.
- The result updates instantly as you type.
- Click the copy icon to copy the result.
β Key Features
- Auto-sanitization: strips '0x' prefix and spaces.
- Supports arbitrarily large hex values via BigInt.
- Instant conversion as you type.