DevKits

ASCII 71

Latin Capital Letter G (G)

Printable ASCII

Uppercase letter G.

All encodings at a glance

Decimal71
Hexadecimal0x47
Octal0107
Binary01000111
HTML numeric entityG
URL encoding%47
UTF-8 bytes0x47

Code snippets

JavaScript

String.fromCharCode(71); // "G"
71.toString(16); // "47"

Python

chr(71)           # 'G'
ord(chr(71))      # 71
hex(71)           # '0x47'

HTML

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

Nearby codes