data / utility

Binary Encode

Encode text as binary.

Input: Text Output: Binary Local-first processing

Binary Encode

Paste text below or choose a .txt file from your device. This runs locally in your browser.

Result will appear here.

How this page works

Use this page to convert text into binary bytes or decode binary back into text. The encoder can group bits in different ways, while the decoder accepts both spaced and continuous binary input.

Binary decoding works by reading complete 8-bit bytes. If the input does not contain complete bytes, it cannot be decoded correctly.