Text to Binary Converter

Convert text to binary, hexadecimal, octal, and decimal representations.

How it works

Each character is converted to its Unicode code point, then represented in binary (base 2), hexadecimal (base 16), octal (base 8), or decimal (base 10). Edit any field and the others update automatically.