01

Text to Binary Converter

Convert text to binary code and binary to text. Also converts to/from octal and hexadecimal. Free binary converter.

Live·100% in your browser — no upload

      

      

      

      

What is Text to Binary Converter

Text to Binary converts a text into its binary representation and also shows octal, decimal and hexadecimal of its characters, with UTF-8 support. It also does the reverse, rebuilding the text from binary.

The conversion happens in the browser: the text is not sent to any server.

How it works

  1. Type or paste the text (or the binary).
  2. Choose the conversion you want.
  3. Copy the result.
  4. Spaces between bit groups are handled automatically when decoding.

Frequently Asked Questions

What format is the binary?
Each character is represented by its bytes in groups of 8 bits, separated by a space for readability.
Does it handle accents and emoji?
Yes, thanks to UTF-8 support special characters are converted and rebuilt correctly.
Is the data sent online?
No. Everything happens in the browser.

Related tools