Character Sets | Decimal | Hex |
---|---|---|
ISO-8859-7 | 161 | A1 |
Windows-1250 | 145 | 91 |
Windows-1251 | 145 | 91 |
Windows-1252 | 145 | 91 |
Windows-1253 | 145 | 91 |
Windows-1254 | 145 | 91 |
Windows-1255 | 145 | 91 |
Windows-1256 | 145 | 91 |
Windows-1257 | 145 | 91 |
Windows-1258 | 145 | 91 |
Unicode | U+2018 | |
---|---|---|
Unicode Decimal | 8216 | |
Unicode Escape | \u2018 | |
UTF-8 (hex) | 0xE2 0x80 0x98 | |
UTF-8 (binary) | 11100010:10000000:10011000 | |
UTF-8 (binary) | ||
11100010:10000000:10011000 | ||
UTF-16 | 0x2018 | |
UTF-32 | 0x00002018 |
HTML Number | ‘ | |
---|---|---|
HTML Hex | ‘ | |
HTML Entity | ‘ |
URL Escape Code | %E2%80%98 | |
---|---|---|
Quoted-printable | =E2=80=98 |
C, C++, and Java | "\u2018" | |
---|---|---|
CSS Code | \2018 | |
JavaScript | "\u2018" | |
Perl | \x{2018} | |
Python 2 | u"\u2018" | |
Python 3 | \u2018 | |
Ruby | \u{2018} |