Toolman

ASCII 118

ASCII 118 is Small letter v, written v.

Every representation

Characterv
NameSmall letter v
Decimal118
Hexadecimal0x76
Octal0166
Binary01110110
HTML entityv
Escape sequence\x76
UnicodeU+0076
GroupLetter

What it is for

The small letter v. Its capital is V at 86, 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 118?

Small letter v, the character v. In hexadecimal it is 0x76, in octal 0166, and in binary 01110110.

How do I type ASCII 118?

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

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