answersLogoWhite

0


Best Answer

Decimal: 65

Hexadecimal: 41

Octal: 101

Binary: 01000001

HTML: &.#.65; (without periods)

Hope this answered your question!

User Avatar

Wiki User

12y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

12y ago

65.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the ASCII code for a capital A?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the ASCII code for e?

The ASCII code for capital E is 069 and the ASCII code for regular e is 101.hope this help.


What is the code of the space in the ASCII code?

32 is the ASCII Code for a space.


What is the ASCII code for B?

For a capital B it's 66. For a lower case b, it's 98.


What is the ASCII code of 'd'?

ASCII refers to the characterset. So the ASCII code of 'd' is 'd' If you meant binary code it is: 01100100


What is the ASCII code of H?

Capital H has an ASCII Code of 72 in Decimal. In Binary that is 1001000. In Hexadecimal it is 48. In Octal it is 110. For a small h it is Decimal 104, Binary 1101000, Hexadecimal 68 and Octal 150.


What is the code of the letter B in the ASCII code?

The ASCII code of letter B is 66


How many ascii code are there?

128 ascii codes.


Is 97 an A?

In terms of an exam, 97% would be an A. In computing, the ASCII code 97 gives the lowercase a, and 65 gives a capital A.


Which letter has an ASCII code value of 79?

O. Capital letters start at 65, so as O is the 15th letter, it's 64+15 = 79. See related links for a table of all ASCII characters.


How does the ASCII code works?

ASCII is an abbreviation for American Standard Code for Information Interchange. The ASCII code, which is used worldwide, is used to create computer coding languages so computers can interact with people.


What does Java use instead of ASCII?

ASCII and Java are 2 totally different things. ASCII is a naming convention where a certain letter, number, or punctuation mark is a specific keyboard code (Carriage Return, CR, is code 31, Line Feed 14, Capital A 96). Java is a programming language that handles text in multiple formats as needed, Unicode, EBDIC, ASCII. The two are not intertwined.


What is the Hexadecimal equivalent of dot?

If you are referring to the ASCII code: The ASCII Code for a dot (.) is 46. The hexadecimal equivalent of this is 2E. You can find this, and all ASCII characters here: http://www.asciitable.com/.