Code above 0x10FFFF
Unicode only defines up to 1114111.
Fix: Trim or correct the out-of-range value.
header • up to 320x100 / 728x90
Convert a list of decimal character codes to ASCII / Unicode text
Output will appear here...
content bottom • up to 300x250
sidebar • 160x600
Last reviewed:
Decimal (base 10) is the everyday number system humans use, handy as a reference format when converting between binary, octal, and hexadecimal values.
Decimal to ASCII turns a list of decimal character codes into the corresponding text. The tool accepts the full Unicode range (0–0x10FFFF) so it works for ASCII, Latin-1, CJK, and emoji alike.
It is effectively a dedicated alias of ASCII Code to Character — useful when readers or search engines look specifically for 'decimal to ASCII'.
87 111 114 108 100
World
Unicode only defines up to 1114111.
Fix: Trim or correct the out-of-range value.
This tool expects decimal.
Fix: Convert hex to decimal first or use Hex to Text.
No — it expects decimal. Use Hex to Text for hexadecimal input.
Supported. The tool uses String.fromCodePoint.
Yes — commas, spaces, and tabs all work as separators.
Not applicable — the input is purely numeric.
No — conversion is client-side only.
Pair with ASCII to Decimal, Character to ASCII, and Hex to Text for complete workflows. You can also browse the full Encoders & Decoders category for more options.
Convert ASCII / Unicode text to a list of decimal character codes
Convert each character in a string to its ASCII / Unicode code point
Turn a list of ASCII / Unicode code points back into readable text
Convert hexadecimal to text
Convert text to hexadecimal
Convert space or comma separated byte values (0–255) to ASCII text
Convert ASCII text into a list of byte values (0–255)
Convert BMP bitmap images into Base64 data URLs for embedding in HTML, email, or legacy apps
Turn GIF images (including animated GIFs) into Base64 data URLs ready to embed inline in HTML or CSS
Encode .ico favicon files as Base64 data URLs for inline HTML favicons or web manifests
Convert JPG or JPEG images into Base64 data URLs for inline HTML, CSS, or JSON — 100% browser-based
Encode PNG images as Base64 data URLs with transparency preserved for inline CSS, HTML, and emails