Text to Binary Converter

Convert text to binary and binary back to text. Supports space/newline-separated or continuous binary.

How to use

  1. Select the conversion Mode at the top: Text → Binary or Binary → Text.
  2. For Text → Binary: paste text into the input and click Convert. Each character is converted to an 8-bit binary byte separated by spaces.
  3. 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.
  4. Use Copy to copy output, Download to save as .txt, Select to highlight the output, and Clear to reset both fields.