(`ᴗ´)っ Click on any Text to copy !!!
Are you searching for ascii value of Z ? then you are right place. Here you get ascii code for A uppercase and lowercase, binary code for Z, alt code for Z, unicode, css code, dec code and hex code for Z.
Ascii Value Of Z (Uppercase)
ASCII Code | 90 |
---|---|
Binary Code | 01011010 |
Unicode | U+005A |
Alt Code | 90 |
CSS Code | \005A |
Dec Code | Z |
Hex Code | Z |
Ascii Value Of z (Lowercase)
ASCII Code | 122 |
---|---|
Binary Code | 01111010 |
Unicode | U+007A |
Alt Code | 122 |
CSS Code | \007A |
Dec Code | z |
Hex Code | z |
What is the ascii value of lowercase and uppercase z ?
The ASCII value of lowercase "z" is 122, and the ASCII value of uppercase "Z" is 90.
How are ASCII value of Z used in programming ?
The ASCII value of the uppercase letter "Z" is 90, and it is used in programming in several ways, including:
Character manipulation: ASCII codes are often used to manipulate and compare characters in programming. For instance, to convert an uppercase "Z" to lowercase, you can add 32 to its ASCII code (since the ASCII codes for uppercase letters are 32 less than their lowercase counterparts).
Input/output: When reading or writing text files or streams in programming, ASCII codes are often used to represent characters. The ASCII value for "Z" can be used to write the character to a file or display it on the screen.
Encoding: ASCII codes are used in various character encoding schemes, such as ASCII itself and UTF-8, to represent characters in binary format. The binary representation of an ASCII code can be used to store or transmit character data.
Mathematical operations: ASCII codes can also be used in mathematical operations in programming. For example, the ASCII code for "Z" (which is 90) can be used in a formula or calculation.
Do you want to see ascii art ? then click here for more than 5000 different ascii art with one click copy and paste.