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

Repeating this work? Turn this kind of browser utility into an API batch, MCP prompt, extension workflow, or shared team recipe.

Buy Pro Browse tool packs

FAQ

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.