Text to Binary
Convert text to binary and binary back to text. UTF-8 based, so Korean and emoji work too. Everything runs in your browser.
FAQ
Is my text sent to a server?
No. All conversion happens entirely in your browser and no text leaves your device.
Does it handle non-ASCII text?
Yes. It works on UTF-8 bytes, so Korean, Japanese, and emoji become multiple bytes (8 bits each).
What binary format should I input?
Use 8-digit (1-byte) groups separated by spaces, e.g. 01001000 01101001.
Related tools
Convert numbers between binary, octal, decimal, and hexadecimal. Handles very large integers exactly, all in your browser.
Encode text to Base64 or decode Base64 back to text, with full Unicode support.
Instantly compute SHA-256, SHA-1 and SHA-512 hashes of any text.
Pick Linux file permissions with checkboxes to get the octal (755) and symbolic (rwxr-xr-x) forms, or set them from an octal value. Everything runs in your browser.
Parse a cron expression field by field and compute the next 5 run times.
Compare two texts line by line and highlight added and removed lines.