Binary ↔ Text Converter
Convert text to binary (8-bit ASCII / UTF-8) or decode binary back to text. Shows both space-separated byte groups and a continuous bit stream. 100% in-browser.
Ctrl+Enter to run · Ctrl+K to switch tools · Recent button shows input history
Let AI do the hard part. Fix broken HTML, convert to email-safe HTML, or clean up any markup in one click — 3 free AI runs per day, no account needed.
Try the AI HTML FixerFAQ
What encoding does this use?
8-bit binary (one byte per ASCII character). For extended characters, UTF-8 code points are used, which may produce multi-byte sequences.
Can I decode binary without spaces?
Yes — the decoder handles both space-separated groups and a continuous binary string, as long as the total bit count is divisible by 8.