Character Sets | Decimal | Hex |
---|---|---|
Windows-1250 | 130 | 82 |
Windows-1251 | 130 | 82 |
Windows-1252 | 130 | 82 |
Windows-1253 | 130 | 82 |
Windows-1254 | 130 | 82 |
Windows-1255 | 130 | 82 |
Windows-1256 | 130 | 82 |
Windows-1257 | 130 | 82 |
Windows-1258 | 130 | 82 |
Unicode | U+201A | |
---|---|---|
Unicode Decimal | 8218 | |
Unicode Escape | \u201a | |
UTF-8 (hex) | 0xE2 0x80 0x9A | |
UTF-8 (binary) | 11100010:10000000:10011010 | |
UTF-8 (binary) | ||
11100010:10000000:10011010 | ||
UTF-16 | 0x201A | |
UTF-32 | 0x0000201A |
HTML Number | ‚ | |
---|---|---|
HTML Hex | ‚ | |
HTML Entity | ‚ |
URL Escape Code | %E2%80%9A | |
---|---|---|
Quoted-printable | =E2=80=9A |
C, C++, and Java | "\u201A" | |
---|---|---|
CSS Code | \201A | |
JavaScript | "\u201A" | |
Perl | \x{201A} | |
Python 2 | u"\u201A" | |
Python 3 | \u201A | |
Ruby | \u{201A} |