Decimal ↔ Text Converter

Convert text to decimal ASCII/Unicode code points and vice versa. A must-have utility for developers and data analysts.

Decimal Converter Tool
Client-Side — 100% Private
100% Private

Everything runs in your browser. Your data is never sent to any server.

Custom Separators

Choose spaces, commas, dashes, or newlines to format output for your workflow.

Full Unicode

Handles all Unicode characters, not just ASCII — including emoji, Arabic, CJK, and more.

Live Statistics

Instantly see character counts and the number of decimal code points converted.

What is Decimal (ASCII/Unicode) Encoding?

Every character you type — letters, digits, punctuation, and even emojis — is assigned a unique number called a code point in the Unicode standard. "Decimal encoding" simply means representing each character by its decimal (base-10) code point value.

For example:

  • A65
  • a97
  • Space32
  • 8364

This is commonly used in HTML entities (A), programming, and data representation contexts.

Frequently Asked Questions

ASCII covers the first 128 code points (0–127), which represent basic English characters. Unicode extends this to over 1 million code points, covering every character and symbol used by all languages worldwide.

Yes. The decoder automatically splits by spaces, commas, dashes, and newlines, so it handles most common formats you might encounter.

Valid Unicode code points range from 0 to 1,114,111. If a value exceeds this, the tool will report it as invalid and halt the conversion.