Toolman

ASCII 89

ASCII 89 is Capital letter Y, written Y.

Every representation

CharacterY
NameCapital letter Y
Decimal89
Hexadecimal0x59
Octal0131
Binary01011001
HTML entityY
Escape sequence\x59
UnicodeU+0059
GroupLetter

What it is for

The capital letter Y. 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 89?

Capital letter Y, the character Y. In hexadecimal it is 0x59, in octal 0131, and in binary 01011001.

How do I type ASCII 89?

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

Is ASCII 89 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