Text to Decimal Converter
Enter text or decimal code points to convert.
Result
How to use
- Enter your values in the fields above.
- Press Calculate to see your result instantly.
- Use the Share button to copy a link to your result.
About this calculator
Every character a computer displays is internally stored as a number — its Unicode code point — and this converter maps each character in your text to that number’s decimal value, so the word “Hi” becomes “72 105” (72 for “H”, 105 for “i”), with each code point separated by a space. This is the same underlying numbering used by Unicode’s more familiar hexadecimal notation (U+0048 for “H”), just expressed in base 10 instead of base 16.
Programmers reach for this kind of conversion when debugging character-encoding issues, working with low-level string or byte representations, or teaching how text is actually represented in memory — since ASCII and Unicode assign every letter, digit, punctuation mark, and emoji a specific numeric identity long before it’s rendered as a glyph on screen. The conversion works in both directions: paste text to get its decimal code points, or paste space-separated decimal numbers to reconstruct the original text.
Was this helpful?
Popular calculators
Loan Calculator
Monthly payment, total interest and full amortization schedule.
Percentage Calculator
Percent change, percent of, and ratio calculations.
Discount Calculator
Calculate final price, savings, and discount amount.
BMI Calculator
Body mass index from height and weight (metric or imperial).
Age Calculator
Compute your exact age in years, months and days from a birth date.
Compound Interest Calculator
Calculate the final amount and interest earned with compounding.
All Calculators
No calculators found
Comments (0)