Writing Room · Bench
Text ↔ Binary
Convert text to binary and back
Input
Output
About this bench
About Text ↔ Binary
Convert text to binary (and binary back to text) — handy for learning, puzzles and encoding experiments.
Input
Type or paste the text you want to inspect or transform; nothing is sent for remote processing.
Result
An immediate text result that can be reviewed and copied from the browser.
Limits
Meaning, tone and language-dependent results are mechanical aids. Review important writing before publishing or relying on it.
How to use Text ↔ Binary
- 01Enter text to encode, or binary to decode.
- 02Choose the conversion direction.
- 03View the result.
- 04Copy it out.
Frequently asked questions
Is it free?
Yes — it is free with no sign-up, no watermark and no account-based quota. Your browser, device memory and the bench's stated file limits still determine how much it can process at once.
Is my input private?
Nothing is uploaded. This tool runs entirely in your browser, so your data is processed on your own device and never sent to a server.
How is text represented in binary?
Each character is converted to a space-separated binary value padded to at least eight bits, and decode mode converts those values back to characters.