Toolman

ASCII 75

ASCII 75 is Capital letter K, written K.

Every representation

CharacterK
NameCapital letter K
Decimal75
Hexadecimal0x4B
Octal0113
Binary01001011
HTML entityK
Escape sequence\x4B
UnicodeU+004B
GroupLetter

What it is for

The capital letter K. 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 75?

Capital letter K, the character K. In hexadecimal it is 0x4B, in octal 0113, and in binary 01001011.

How do I type ASCII 75?

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

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