Text to ASCII
Convert text into ASCII / Unicode code points.
Base
Code Points
Text to Character Codes
Every character maps to a numeric code point. For the ASCII range (A–Z, digits, punctuation) these are the classic 0–127 values; beyond that, Unicode code points cover accented letters, symbols, and emoji. This tool outputs each character's code point in decimal or hexadecimal, space-separated. Pairs with the ASCII to Text tool. Runs locally.
Related Encoders & Decoders tools
Base64 Encoder
Encode or decode Base64 strings.
URL Encoder
Safely encode or decode URL parameters.
Base Converter
Convert numbers between binary, octal, decimal, hex, and base 2-36.
ROT13 Encoder / Decoder
Apply the reversible ROT13 letter-substitution cipher.
HTML Entity Encoder / Decoder
Escape or unescape HTML entities like & and <.
Punycode Converter
Convert internationalized domains to and from Punycode.
Text to Morse Code
Translate text into Morse code dots and dashes.
Morse Code to Text
Decode Morse code dots and dashes back into text.