Binary Decode
Hello, Rangdom!
Converted locally in your browser with UTF-8 safe TextEncoder and TextDecoder handling. Your text stays only on this page.
Decode binary text
Convert a binary byte string back into readable text. All whitespace is stripped, so spaced-out and continuous bit strings both decode correctly, and decoded bytes are interpreted as UTF-8.
When to use this tool
Use binary decoding when you want to see how characters map to bytes, build teaching examples, debug bit-level data, or hand-write puzzle and CTF fixtures.
Privacy and limitations
This conversion runs locally in your browser. Binary is an encoding format, not encryption, so anyone can decode the result if they have the encoded text.