DevKits

ASCII 107

Latin Small Letter K (k)

Printable ASCII

Lowercase letter k.

All encodings at a glance

Decimal107
Hexadecimal0x6B
Octal0153
Binary01101011
HTML numeric entityk
URL encoding%6B
UTF-8 bytes0x6B

Code snippets

JavaScript

String.fromCharCode(107); // "k"
107.toString(16); // "6b"

Python

chr(107)           # 'k'
ord(chr(107))      # 107
hex(107)           # '0x6b'

HTML

&#107;   <!-- numeric entity (no named entity for this character) -->

Nearby codes