Binary / Hex / Text Converter
Convert between plain text, hex strings, and binary bytes for quick debugging and sharing.
Input Length 0
Output Length 0
Bytes 0
How it works
Text to bytes: Encodes text using UTF-8 before converting to hex or binary.
Hex to text: Accepts hex bytes (with or without spaces) and decodes them to text.
Binary input: Accepts 0s and 1s in 8-bit chunks for each byte.
Local conversion: All transformations happen directly in your browser.