Skip to content
ASCII World
k

Lowercase k

PrintableASCII 107 | Hex 0x6B | U+006B
ASCII 107 encodes lowercase k. In computing, k traditionally stands for kilo (1,000), but in binary contexts it means 1,024 (2 to the 10th power). The IEC standardized Ki (kibi) in 1998 to distinguish binary 1,024 from metric 1,000, but most software still uses k and K ambiguously. In vim, k moves the cursor up one line. Kubernetes is commonly abbreviated as K8s, where 8 represents the eight letters between k and s.

ASCII Code

Decimal
107
Hexadecimal
0x6B
Octal
153
Binary
0110 1011
URL Escape
%6B

Unicode

Code Point
U+006B
Escape
\u006b
UTF-8 Hex
0x6B
UTF-8 Binary
01101011
UTF-16
0x006B
UTF-32
0x0000006B

HTML Entities

Numeric
k
Hex
k

How to Type

Windows Alt CodeAlt + 107
HTML Entity
k
Unicode InputU+006B

Source Code Representations

C / Java
"\u006B"
CSS
\006B
JavaScript
"\u006B"
Perl
\x{006B}
Python 2
u"\u006B"
Python 3
\u006B
Ruby
\u{006B}

Frequently Asked Questions

What is ASCII code 107?
ASCII code 107 represents the Lowercase k character. In hexadecimal it is 0x6B, in binary 0110 1011, and in octal 153. It is a printable character that appears as "k" in text.
How do I type ASCII 107 on a keyboard?
On Windows, hold Alt and type 107 on the numeric keypad. On Mac, you can use the Character Viewer (Edit > Emoji & Symbols). In HTML, use the entity k or k.