Text and byte conversion

Binary Text Converter

Turn plain text into 8-bit binary bytes, or paste binary bytes to restore text, with spaced or compact output.

Local

Input

INPUT

Ready.

Result

OUTPUT
The Binary Text Converter turns English, Chinese, symbols, and line breaks into 0/1 byte sequences, and can decode binary bytes back into text. It uses TextEncoder and TextDecoder for UTF-8-safe conversion instead of sending content to a server. Choose spaced bytes for readability or compact 8-bit chunks for pasting into other systems.