
| Character Sets | Decimal | Hex |
|---|---|---|
| Windows-1250 | 147 | 93 |
| Windows-1251 | 147 | 93 |
| Windows-1252 | 147 | 93 |
| Windows-1253 | 147 | 93 |
| Windows-1254 | 147 | 93 |
| Windows-1255 | 147 | 93 |
| Windows-1256 | 147 | 93 |
| Windows-1257 | 147 | 93 |
| Windows-1258 | 147 | 93 |
| Unicode | U+201C | |
|---|---|---|
| Unicode Decimal | 8220 | |
| Unicode Escape | \u201c | |
| UTF-8 (hex) | 0xE2 0x80 0x9C | |
| UTF-8 (binary) | 11100010:10000000:10011100 | |
| UTF-8 (binary) | ||
| 11100010:10000000:10011100 | ||
| UTF-16 | 0x201C | |
| UTF-32 | 0x0000201C | |
| HTML Number | “ | |
|---|---|---|
| HTML Hex | “ | |
| HTML Entity | “ | |
| URL Escape Code | %E2%80%9C | |
|---|---|---|
| Quoted-printable | =E2=80=9C |
| C, C++, and Java | "\u201C" | |
|---|---|---|
| CSS Code | \201C | |
| JavaScript | "\u201C" | |
| Perl | \x{201C} | |
| Python 2 | u"\u201C" | |
| Python 3 | \u201C | |
| Ruby | \u{201C} |