ascii is basically a 7 bit code (8th bit is for detecting errors) that's used to represent both numbers and letters, lower and upper cast and some common symbols, it's use is very widespread ....
while decimal numbers can also represented by binary code the conversion is much easier then ascii ...
ascii has 128 characters that it can represent .... (hence, 7bits)