Text to Binary Converter
Convert text to binary and binary back to text. Supports space/newline-separated or continuous binary.
How to use
- Select the conversion Mode at the top: Text → Binary or Binary → Text.
- For Text → Binary: paste text into the input and click Convert. Each character is converted to an 8-bit binary byte separated by spaces.
- For Binary → Text: paste binary into the input. Accepts space/newline-separated bytes or a continuous 0/1 stream (will be grouped into bytes). Click Convert to decode.
- Use Copy to copy output, Download to save as .txt, Select to highlight the output, and Clear to reset both fields.