Text to Binary

Convert text to binary representation

Convert

01001000 01100101 01101100 01101100 01101111 00101100 00100000 01010111 01101111 01110010 01101100 01100100 00100001

What is Text to Binary?

Text to Binary converts any text string into its binary (base-2) representation, showing the 8-bit binary code for each character. It also converts binary back to text, making it useful for learning binary encoding, debugging data, or creating binary art.

How to use

  1. Type or paste text in the input field. The binary output updates instantly, showing each character as an 8-bit binary sequence separated by spaces.
  2. Switch to decode mode to paste binary strings and convert them back to readable text. Both directions work in real time.
  3. Copy the binary output to your clipboard or download it as a file. Use the swap button to quickly switch between encode and decode modes.

Result

Type 'Hi' to see '01001000 01101001' — the 8-bit binary representation of each ASCII character.

Related Tools