Forrest logo
back to the ascii tool

ascii:tldr:f9191

ascii: Show ASCII table in decimal.
$ ascii -d
try on your machine

The command "ascii -d" is used to display the decimal ASCII values of characters. ASCII (American Standard Code for Information Interchange) is a character encoding standard that assigns unique numeric codes to represent characters in computers and communication systems.

When you execute the "ascii -d" command, it will list the decimal values of ASCII characters. For example, it may display something like:

Dec Char


65 A 66 B 67 C ... 97 a 98 b 99 c ...

It sequentially lists the decimal values for both uppercase and lowercase letters, numerals, punctuation marks, and other ASCII characters. This can be useful to identify the corresponding decimal value of a character, or to understand the character set being used by a system or program.

This explanation was created by an AI. In most cases those are correct. But please always be careful and never run a command you are not sure if it is safe.
back to the ascii tool