ASCII to Decimal Converter

Found a bug? report!

How to Convert ASCII Text to Decimal

Computers can only understand numbers, more specifically 0s and 1s. ASCII text can be converted to decimal number using the ASCII table.

Let’s see some examples of converting ASCII text to Decimal numbers

Example 1

ASCII: Hello
Decimal: (72 101 108 108 111)

Example 2

ASCII: $PWD!
Decimal: (36 80 87 68 33)