100% Private & Secure

Decimal to Text Converter

Free online Decimal to Text Converter for 2026. Convert decimal code points to readable characters and text to decimal values — supports full Unicode including emojis. 100% browser-based.

Decimal to Text Converter Tool

Space-separated decimal values. Supports Unicode code points 0–1,114,111 (including emojis).

What Is a Decimal to Text Converter?

Every character on your screen has a numeric identity called a code point. In the decimal (base-10) number system, the letter H is 72, e is 101, and the 🎉 emoji is 127,881. A decimal to text converter maps those numbers back to their visual characters using the Unicode standard.

This tool covers the full Unicode range (0–1,114,111) — far beyond the 128-character ASCII limit. For standard ASCII decimal decoding, also see our dedicated ASCII to Text Converter. Need a visual reference? The ASCII Table maps the first 128 decimal values to their characters.

How It Works

  1. Select Decimal to Text or Text to Decimal using the tabs above.

  2. Enter space-separated decimal numbers (e.g. 72 101 108 111) or plain text.

  3. Characters appear instantly in the output box — no conversion button needed.

  4. Use Swap to reverse the conversion and verify round-trip accuracy.

  5. Copy or download results with one click.

Decimal to Character Quick Reference

Decimal Character Hex Description
32(space)20Space
65A41Uppercase A
97a61Lowercase a
48030Digit zero
128522😊1F60ASmiling emoji
836420ACEuro sign

For the complete ASCII range (0–127), see our ASCII Table.

Common Use Cases

  • CTF Challenges: Decode flags encoded as decimal Unicode sequences in cybersecurity competitions.
  • HTML Entities: Convert decimal character references like € to their visual output.
  • Programming: Inspect charCodeAt() or codePointAt() values returned by JavaScript, Python, and other languages.
  • Education: Teach how the Unicode standard assigns unique numbers to every character in every language.

Related Tools

Frequently Asked Questions

What is a decimal to text converter?
It translates decimal integers into their corresponding Unicode characters. The number 72 becomes H, 101 becomes e, and 127881 becomes the 🎉 emoji — because each character has a unique decimal code point in the Unicode standard.
How do I convert decimal to text?
Paste space-separated decimal numbers into the input box. The tool maps each to its Unicode character instantly. For example, "72 101 108 108 111" gives you "Hello".
What is the difference between decimal to text and ASCII to text?
ASCII only covers code points 0–127 (English characters and basic symbols). Decimal to text supports the full Unicode range up to 1,114,111, including every language, symbol, and emoji. For ASCII-only work, visit our ASCII to Text Converter.
What decimal value is the letter A?
The letter A is decimal 65. Lowercase a is 97. The space character is 32. You can look up any character in our ASCII Table.
Does this support emoji and Unicode?
Yes. This tool supports all Unicode code points from 0 to 1,114,111 — including emojis (e.g. 128514 = 😂), Arabic, Chinese, and all other scripts.
Can I convert text to decimal?
Yes. Switch to the Text to Decimal tab. Type or paste any text and each character is instantly converted to its Unicode decimal code point.
Is my data safe?
Yes. All processing runs entirely in your browser. Nothing is sent to any server — the same privacy approach used across all tools on binarytotext.ai.