🔢 Text to Binary
Convert text to binary, hex, octal, or decimal β and back.
Output will appear hereβ¦
About Binary Encoding
Every character in text has an ASCII (or Unicode) code point. Binary encoding represents each character as an 8-bit binary number. For example, 'A' = 65 = 01000001 in binary, 41 in hex, 101 in octal.
This tool uses space-separated groups, one per character. When decoding, paste space-separated values.