Convert text to binary and binary to text. Also shows hex, octal, and decimal representations.
Convert any text into its binary representation (and back). Each character has a unique numeric value (ASCII/Unicode code point) which can be expressed in binary, hexadecimal, octal, or decimal.
Yes, but characters beyond basic ASCII (0-127) require multiple bytes in UTF-8. This tool processes each character's Unicode code point. Emoji and CJK characters will produce larger binary values.