Quickly convert any text string into its decimal (base-10) equivalent using our free online Text to Decimal Converter. Ideal for understanding character encoding, debugging, or educational purposes. Input your text, choose your encoding, and get instant decimal codes.
Formula:
Each character in the input text is individually converted to its corresponding decimal (base-10) value based on the selected character encoding (e.g., ASCII or UTF-8).
Conversion Process:
Text Character ⮕ Character Code (e.g., ASCII/UTF-8) ⮕ Decimal Value
Example (ASCII for 'H'):
'H' ⮕ ASCII 72 ⮕ Decimal 72