Converter Tools

Decimal Converter

Convert any text string to its decimal character code values. Each character maps to its Unicode code point — supporting the full range of international characters, symbols, and emoji beyond basic ASCII.

Decimal Converter

Note: Everything you enter is treated as text. For example, entering "255" will convert each character (2, 5, 5) individually, not the number 255.

Free & no signup required

Results

How to Use This Tool
  1. Enter the text you want to convert
  2. Click "Convert"
  3. View the decimal code for each character
  4. Copy the decimal codes
What is Decimal Converter?
Number base conversion is the process of expressing the same numeric value in different positional numeral systems. Decimal (base-10) is the everyday counting system. Binary (base-2) is used by computer hardware. Octal (base-8, digits 0–7) was widely used in early computing and still appears in Unix file permission notation (chmod 755). Hexadecimal (base-16, digits 0–9 and A–F) is used extensively in programming for memory addresses, color codes, cryptographic hashes, and byte-level data inspection. Converting between bases is a fundamental skill in computer science and is frequently encountered in low-level programming, systems administration, and security analysis.
Related Tools