How to use
Enter text or binary
Type into the input pane, or hit Try sample to load the word Toolora. The same box accepts either plain text or space separated groups of 0s and 1s.
Pick a direction
Press the Text → Binary button to encode, or Binary → Text to decode. The decoder validates every chunk and shows an error naming any group that isn't purely 0s and 1s.
Copy the result
Click the copy button above the output pane. The character count below tells you how large the encoded form is, roughly nine characters of output per letter of input.
Why Binary ↔ Text
- Two-way text/binary conversion (8 bits per char).
- Each byte separated by a space for readability.
- Validates input, flags non-binary characters.