Toolman

ASCII 90

ASCII 90 is Capital letter Z, written Z.

Every representation

CharacterZ
NameCapital letter Z
Decimal90
Hexadecimal0x5A
Octal0132
Binary01011010
HTML entityZ
Escape sequence\x5A
UnicodeU+005A
GroupLetter

What it is for

The capital letter Z. Capitals run from 65 to 90 and their lowercase counterparts from 97 to 122, exactly 32 apart, so changing case is a single bit flip.

Where the number comes from

The alphabet was placed so that capitals start at 65 and lowercase at 97 — exactly 32 apart, a single bit. Changing case is therefore c ^ 32, and this was a deliberate design decision rather than a coincidence.

Frequently asked questions

What is ASCII 90?

Capital letter Z, the character Z. In hexadecimal it is 0x5A, in octal 0132, and in binary 01011010.

How do I type ASCII 90?

Type Z directly. In a string literal it can also be written \\x5A, and in HTML as Z.

Is ASCII 90 printable?

Yes. Codes 32 to 126 are the printable range, which is every character ASCII can actually display.

Nearby codes

Full ASCII table · Text to binary converter · Number base converter