DevKits

ASCII 119

Latin Small Letter W (w)

Printable ASCII

Lowercase letter w.

All encodings at a glance

Decimal119
Hexadecimal0x77
Octal0167
Binary01110111
HTML numeric entityw
URL encoding%77
UTF-8 bytes0x77

Code snippets

JavaScript

String.fromCharCode(119); // "w"
119.toString(16); // "77"

Python

chr(119)           # 'w'
ord(chr(119))      # 119
hex(119)           # '0x77'

HTML

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

Nearby codes