answersLogoWhite

0

Write A-Z in ASCII code

Updated: 8/10/2023
User Avatar

Wiki User

14y ago

Best Answer

A = 0x41 = 65

B = 0x42 = 66

C = 0x43 = 67

...

Y = 0x59 = 89

Z = 0x5A = 90

However, note that depending on a particular numeric or bit value for a character is not always portable. It depends on the implementation.

User Avatar

Wiki User

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

Wiki User

14y ago

From 'A' to 'Z' would be from 0x41 to 0x5A in ASCII table.

From 'a' to 'z' would be from 0x61 to 0x7A in ASCII table.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Write A-Z in ASCII code
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

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

32 is the ASCII Code for a space.


American standard for information interchange ASCII?

ASCII is code in which computer programs are written . it is the computer machine language.if write a program in any computer language thaen it will be converted in this code.


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 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 letter B in the ASCII code?

The ASCII code of letter B is 66


How many ascii code are there?

128 ascii codes.


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.


How can you write your name in ASCII code using 8 bit code and parity?

D =44 e = 65 b = 61 r =72 a = 61


Why would you use ASCII instead of Binary?

ASCII = American Standard Code for Information InterchangeThat means that ASCII is a type of character encoding...Unless you want to write in 1's and 0's, then you must use ASCII. If you type a single character, it's most likely ASCII. To show you how ridiculous typing in binary is:011101110110100101101011011010010010000001100001011011100111001101110111011001010111001001110011 = wiki answers (lowercase)


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/.


Is ASCII is a language used by the computer?

ASCII is American Standard Code for Information Interchange, it's not a language, it's a code.


What is character code used by most personal computers?

ASCII (American Standard Code for Information Interchange)