Toolman

ASCII 119

ASCII 119 is Small letter w, written w.

Every representation

Characterw
NameSmall letter w
Decimal119
Hexadecimal0x77
Octal0167
Binary01110111
HTML entityw
Escape sequence\x77
UnicodeU+0077
GroupLetter

What it is for

The small letter w. Its capital is W at 87, exactly 32 lower — the difference is bit 5, which is why case conversion is a bitwise operation.

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 119?

Small letter w, the character w. In hexadecimal it is 0x77, in octal 0167, and in binary 01110111.

How do I type ASCII 119?

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

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