Toolman

ASCII 107

ASCII 107 is Small letter k, written k.

Every representation

Characterk
NameSmall letter k
Decimal107
Hexadecimal0x6B
Octal0153
Binary01101011
HTML entityk
Escape sequence\x6B
UnicodeU+006B
GroupLetter

What it is for

The small letter k. Its capital is K at 75, 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 107?

Small letter k, the character k. In hexadecimal it is 0x6B, in octal 0153, and in binary 01101011.

How do I type ASCII 107?

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

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