Text to Binary / Hex Encoders
Encode text into Binary, Hexadecimal, or ASCII decimal numbers
Text Input
Number Output
About Text to Number Encodings
Computers inherently only understand numbers. When you type text, each character is mapped to a specific number using an encoding standard like ASCII or UTF-8.
This tool allows you to see exactly what those underlying numbers are in different bases: Binary (1s and 0s), Hexadecimal (0-9 and A-F), or standard Decimal.