Character Sets | Decimal | Hex |
---|---|---|
Windows-1250 | 132 | 84 |
Windows-1251 | 132 | 84 |
Windows-1252 | 132 | 84 |
Windows-1253 | 132 | 84 |
Windows-1254 | 132 | 84 |
Windows-1255 | 132 | 84 |
Windows-1256 | 132 | 84 |
Windows-1257 | 132 | 84 |
Windows-1258 | 132 | 84 |
Unicode | U+201E | |
---|---|---|
Unicode Decimal | 8222 | |
Unicode Escape | \u201e | |
UTF-8 (hex) | 0xE2 0x80 0x9E | |
UTF-8 (binary) | 11100010:10000000:10011110 | |
UTF-8 (binary) | ||
11100010:10000000:10011110 | ||
UTF-16 | 0x201E | |
UTF-32 | 0x0000201E |
HTML Number | „ | |
---|---|---|
HTML Hex | „ | |
HTML Entity | „ |
URL Escape Code | %E2%80%9E | |
---|---|---|
Quoted-printable | =E2=80=9E |
C, C++, and Java | "\u201E" | |
---|---|---|
CSS Code | \201E | |
JavaScript | "\u201E" | |
Perl | \x{201E} | |
Python 2 | u"\u201E" | |
Python 3 | \u201E | |
Ruby | \u{201E} |