Home Conversion Number Decimal to ASCII Text

Decimal to ASCII Text Converter

To use decimal to ASCII text converter, type the space separated decimal values e.g. "118 122" and click on the Convert button and you will get the ASCII text value converted to "vz" on the right side. Every decimal value is converted to its ASCII equivalent character value and in this way conversions of upto 128 decimal values can be done which corresponds to 128 ASCII characters as shown in the table below. If the space is not used it may lead to a wrong answer.

Decimal to ASCII Text Conversion:

ASCII Text = vz

Decimal Numeral System

Decimal number system are called base-10 and it used 10 different symbols: 0, 1, 2, 3, 4, 5, 6, 7, 8 and 9. It is the most common used system worldwide for representing both whole numbers and numbers with fractions. Each digit corresponds to a power of 10. The right most digit represent the power 100, and then the next digit on the left represents 101 and so on.

Example 1:

Consider the number 345. In expanded form, this is:

(3 × 102) + (4 × 101) + (5 × 100) = 300 + 40 + 5 = 345

Example 2:

For a decimal number like 27.53, the value can be borken down as:

(2 × 101) + (7 × 100) + (5 × 10-1) + (3 × 10-2) = 20 + 7 + 0.5 + 0.03 = 27.53

What is ASCII Text

How to Convert Decimal to ASCII Text

Let's go through an example scenario in detail:

1: Suppose you have the decimal numbers sequence "72 101 108 108 111 32 87 111 114 108 100" separated by the space delimiter.

2: Convert each decimal value to the ASCII char using the table:

3: Combine characters: "Hello World"

Examples

  • (78 117 109 98 101 114 115)10 = Numbers
  • (68 101 99 105 109 97 108)10 = Decimal
  • (65 83 67 73 73 32 84 101 120 116)10 = ASCII Text
  • (72 105 32 72 111 119 32 97 114 101 32 89 111 117 63)10 = Hi How are You?
  • (73 32 76 111 118 101 32 89 111 117 32 65 76 76)10 = I Love You ALL
  • (77 111 110 101 121 32 49 48 48 36)10 = Money 100$
  • Frequently Ask Questions: Decimal to ASCII Conversion

    Q1: What does decimal to ASCII conversion mean?

    It means converting a decimal number (0–127) into its corresponding ASCII character.

    Q2: How do I convert a decimal number to an ASCII character?

    You have to look up the decimal number in the ASCII table and the corresponding character is the ASCII representation of that decimal value.

    Q3: What decimal values represent printable ASCII characters?

    The range of decimal values from 32 (space) to 126 (tilde ~) represent the printable ASCII characters.

    Q4: Can decimal to ASCII conversion be used in programming?

    Yes, Most programming languages have functions or methods to convert decimal numbers to characters using ASCII encoding. For example in embedded system, MODBUS communication protocol use ASCII values and you can use C language to implement the client server communication.

    Q5: Why are uppercase and lowercase letters assigned different ASCII values?

    To distinguish between uppercase and lowercase letters, each is assigned a unique code (e.g., 'A' = 65, 'a' = 97).

    by Wasim Khan and it was last modified on

    Related Conversions

    Please find the related numeric conversions.