answersLogoWhite

0

Yes they can. The ASCII codes for the digits 0 to 9 are:

0 - 0030

1 - 0031

2 - 0032

3 - 0033

4 - 0034

5 - 0035

6 - 0036

7 - 0037

8 - 0038

9 - 0039

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

ASCII character set?

ASCII characters do represent a numerical codes of letters and other alphabetical signs. Computers do not understand only numbers so they use this numerical codes to interpret letters into their own "language".


Do numbers have an ASCII value?

Digits have ASCII kód '0'..'9' = 48..57


How do you find the ASCII value of numbers greater than 9?

You can find the ASCII value of numbers greater than 9 using the following functions: std::to_string or boost::lexical_cast or std::ostringstream depending on the compiler that you are using.


What is set of 128 numeric codes that represent the English letters?

Ascii


How many bits are required to represent character in ascii?

4


What code system does personal computers use to represent character data?

Ascii


What does a represent in ascii for a 65?

In ASCII, the decimal value 65 represents the uppercase letter "A." ASCII, or the American Standard Code for Information Interchange, assigns a unique number to each character, and in this case, 65 corresponds to "A".


Represent college as a stream of ascii characters?

please ask this question to Moriss Mano


Personal computers commonly use what code system to represent character data?

Ascii


Numbers stored and transmitted inside a computer in binary or ascii?

Binary.


What is the purpose of ASCII?

The American Standard Code for Information Interchange was made to standardize 128 numeric codes that represent the English letters, Symbols, and Numbers. Any USA keyboard is made with this standard in mind.


What is ascii see the picture?

ASCII, or American Standard Code for Information Interchange, is a character encoding standard that uses numeric codes to represent text in computers and other devices. Each character, such as letters, numbers, and symbols, is assigned a unique number between 0 and 127. ASCII is widely used in programming and data transmission as a way to ensure consistent representation of text across different systems. If you have a picture related to ASCII, it likely illustrates the characters and their corresponding numeric values.