DevKits

ASCII 56

Digit 8 (8)

Printable ASCII

The digit eight.

All encodings at a glance

Decimal56
Hexadecimal0x38
Octal0070
Binary00111000
HTML numeric entity8
URL encoding%38
UTF-8 bytes0x38

Code snippets

JavaScript

String.fromCharCode(56); // "8"
56.toString(16); // "38"

Python

chr(56)           # '8'
ord(chr(56))      # 56
hex(56)           # '0x38'

HTML

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

Nearby codes