Util / Encoding
/ASCII / Text Converter
0 requests sent since load
Input
Input is:
convert
output
Output
Show as:
About the ASCII / text converter
Each character is converted to its Unicode code point and then rendered in the chosen base. Decimal, hex, binary, and octal values are space-separated tokens — paste any of those formats back in as input and select the matching mode to convert back to text. Hex values are accepted with or without a 0x prefix.
FAQ
Does it handle Unicode beyond ASCII?
Yes — it uses codePointAt / String.fromCodePoint, so emoji and non-Latin characters work correctly.
Is my data sent anywhere?
No. All conversion is done in your browser with no network requests.