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% Private100% 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:
- A →
65 - a →
97 - Space →
32 - € →
8364
This is commonly used in HTML entities (A), programming, and data representation contexts.