Convert text to binary representation and decode binary back to readable text. Binary Text Converter is a free online tool from the ToolsRift Text Encoding Tools collection. It runs entirely in your browser — nothing to install, no signup, and your data never leaves your device.
Each character is converted to its ASCII value, then that number is represented in binary (base-2). For example, 'A' is ASCII 65, which is 01000001 in binary.
Each character becomes an 8-bit binary number (byte). Numbers are separated by spaces for readability.
Yes, enter binary numbers (with or without spaces) and click decode to convert back to readable text.