
| Character Sets | Decimal | Hex |
|---|---|---|
| ISO-8859-7 | 162 | A2 |
| Windows-1250 | 146 | 92 |
| Windows-1251 | 146 | 92 |
| Windows-1252 | 146 | 92 |
| Windows-1253 | 146 | 92 |
| Windows-1254 | 146 | 92 |
| Windows-1255 | 146 | 92 |
| Windows-1256 | 146 | 92 |
| Windows-1257 | 146 | 92 |
| Windows-1258 | 146 | 92 |
| Unicode | U+2019 | |
|---|---|---|
| Unicode Decimal | 8217 | |
| Unicode Escape | \u2019 | |
| UTF-8 (hex) | 0xE2 0x80 0x99 | |
| UTF-8 (binary) | 11100010:10000000:10011001 | |
| UTF-8 (binary) | ||
| 11100010:10000000:10011001 | ||
| UTF-16 | 0x2019 | |
| UTF-32 | 0x00002019 | |
| HTML Number | ’ | |
|---|---|---|
| HTML Hex | ’ | |
| HTML Entity | ’ | |
| URL Escape Code | %E2%80%99 | |
|---|---|---|
| Quoted-printable | =E2=80=99 |
| C, C++, and Java | "\u2019" | |
|---|---|---|
| CSS Code | \2019 | |
| JavaScript | "\u2019" | |
| Perl | \x{2019} | |
| Python 2 | u"\u2019" | |
| Python 3 | \u2019 | |
| Ruby | \u{2019} |