Binary ↔ Text Converter

Convert plain text to binary code and decode binary back to readable text.

Binary ↔ Text Converter

Output will appear here...

Quick examples:

How Binary Text Encoding Works

Every character in a text string corresponds to an ASCII or Unicode code point, which can be expressed in binary. For example, the letter "A" has ASCII code 65, which is 01000001 in 8-bit binary. This tool converts between those representations instantly.