Mixed content with emoji
Emoji return multi-digit code points.
Fix: Expected — use Text to Hex for consistent byte-width output.
header • up to 320x100 / 728x90
Convert ASCII / Unicode text to a list of decimal character codes
Output will appear here...
content bottom • up to 300x250
sidebar • 160x600
Last reviewed:
ASCII (American Standard Code for Information Interchange) is a 7-bit character encoding that defines 128 characters, forming the historical basis for most modern encodings.
ASCII to Decimal turns every character in your input into its decimal code point. Printable ASCII returns 0–127, extended Latin-1 returns 128–255, and emoji / CJK return their full Unicode code point values.
It is the canonical companion to Decimal to ASCII, aimed at readers who specifically search 'ASCII to decimal'.
World
87 111 114 108 100
Emoji return multi-digit code points.
Fix: Expected — use Text to Hex for consistent byte-width output.
This tool returns full code points.
Fix: Use ASCII to Byte if you need the low-byte-only view.
Functionally identical — provided as an alias for SEO and workflow clarity.
Decimal. Use Text to Hex for base-16 output.
LF is 10, CR is 13, tab is 9.
Space — copy and replace if you need commas.
It accepts text. Encode binaries via Base64 first.
Pair this with Decimal to ASCII, Character to ASCII, and Text to Hex for comprehensive inspection. You can also browse the full Encoders & Decoders category for more options.
Convert a list of decimal character codes to ASCII / Unicode text
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 text to hexadecimal
Convert text to binary
Convert ASCII text into a list of byte values (0–255)
Convert space or comma separated byte values (0–255) to ASCII text
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