Convert Plain Text to Decimal Codes Online
Easily convert plain text characters into their base-10 decimal code point values. Our free online Text to Decimal Converter helps developers, programmers, and students analyze raw byte values, debug network transmission issues, or inspect encoding formats.
Positional Notation in Base-10 (Decimal)
Every character you type is represented as a number internally. Standard ASCII maps English characters to numbers from 0 to 127. For example, the character 'H' is represented by code 72. In binary, 72 is written as the byte 01001000. This tool automates this process for any text string.
How to Convert Text to Decimal (Step-by-Step)
- Character Isolation: Read the input text string one character at a time.
- Lookup Code: Retrieve the decimal character code (ASCII or Unicode value) of that character.
- Apply formatting: Separate decimal values using spaces, commas, or line breaks.
- Join: Combine the numeric values to produce the final decimal sequence.
Standard Ranges
Fully supports standard Unicode decimal code points and standard 7-bit ASCII character ranges.
Flexible Formatting
Format your decimal output with space, comma, newline, or custom character delimiters.
100% Secure
All code processes in your browser. No data ever leaves your device or is transmitted over the network.
Text to Decimal Conversion Chart
| Character | Decimal Code |
|---|---|
| A | 65 |
| a | 97 |
| B | 66 |
| b | 98 |
| 0 | 48 |
| 9 | 57 |
| Space ( ) | 32 |