Text to Binary / Hex
Convert text to binary, hex, decimal and back. Auto-detects direction.
#binary#hex#decimal#encode#decode#ascii
Loading tool...
Text in Binary
How to use
- 1Enter any text to convert to binary and hex
- 2Or enter binary (01010101) separated by spaces to decode
- 3Or enter hex (48 65 6C) separated by spaces to decode
Frequently Asked Questions — Text to Binary / Hex
How does auto-detection work?+
If input is only 0s and 1s separated by spaces, it's decoded from binary. If it's valid hex bytes, it's decoded from hex. Otherwise it's encoded.