Convert text to binary code and binary code back to text. Supports ASCII and UTF-8 encoding with formatted output.
Each character is converted to its ASCII/UTF-8 code point, then represented in binary (base-2). For example, 'A' = 65 = 01000001.
The tool uses ASCII encoding for standard characters. Each character is represented as an 8-bit binary number.
Yes! Switch to decode mode to convert space-separated binary numbers back to readable text.