DevKits

ASCII 75

Latin Capital Letter K (K)

Printable ASCII

Uppercase letter K.

All encodings at a glance

Decimal75
Hexadecimal0x4B
Octal0113
Binary01001011
HTML numeric entityK
URL encoding%4B
UTF-8 bytes0x4B

Code snippets

JavaScript

String.fromCharCode(75); // "K"
75.toString(16); // "4b"

Python

chr(75)           # 'K'
ord(chr(75))      # 75
hex(75)           # '0x4b'

HTML

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

Nearby codes