Type your text, and the tool converts every character to its 8-bit binary representation — paste binary in decode mode to convert it back.
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.