A defined list of characters recognized by the computer hardware and software. Each character is represented by a number. The ASCII character set, for example, uses the numbers 0 through 127 to represent all English characters as well as special control characters.
ASCII decoder
Look at the example below
Use this program to encode or decode a character into ASCII characters or from ASCII numbers.
The ASCII character set uses codes of 7 bits, this allows the computer to store 128 different characters. This is enough for all of the upper-case letters and lower-case letters as well as the other common characters like numbers and punctuation marks on most keyboards. ASCII is only used for English language keyboards.