Convert plain text into binary code (0s and 1s)
Converts as you type or paste – real‑time results
Each character becomes an 8‑bit binary code (with spaces between bytes)
All processing happens locally in your browser
One‑click copy of binary output
Convert any text into its binary representation (0s and 1s). Perfect for learning how computers store characters, or for encoding text into binary format.
Text to binary conversion follows the ASCII/Unicode character mapping:
The text is processed character by character, including spaces and punctuation.
Each character is converted to its numeric code point (e.g., 'A' = 65, 'a' = 97).
The code point is converted to an 8‑bit binary string (e.g., 65 = 01000001). Bytes are separated by spaces for clarity.
Text To Binary
01010100 01100101 01111000 01110100 00100000 01010100 01101111 00100000 01000010 01101001 01101110 01100001 01110010 01111001