🔤

Binary to Text

Decode binary code back to readable text with UTF-8 support. Real-time decoding, the reverse of text to binary.

Instructions

How to Use\n1. Enter binary code (e.g. 01001000 01101001)\n2. It decodes to text automatically in real time\n3. One-click copy supported\n\n### Tips\n- Bits can be separated by spaces\n- Supports UTF-8 multi-byte characters

❓ FAQ

What format is required for binary input?

Separate each byte with a space, e.g. 01001000 01101001.

Can it decode Chinese?

Yes, using UTF-8 encoding, multi-byte Chinese decodes correctly.