Character Sets | Decimal | Hex |
---|---|---|
Windows-1250 | 151 | 97 |
Windows-1251 | 151 | 97 |
Windows-1252 | 151 | 97 |
Windows-1253 | 151 | 97 |
Windows-1254 | 151 | 97 |
Windows-1255 | 151 | 97 |
Windows-1256 | 151 | 97 |
Windows-1257 | 151 | 97 |
Windows-1258 | 151 | 97 |
Unicode | U+2014 | |
---|---|---|
Unicode Decimal | 8212 | |
Unicode Escape | \u2014 | |
UTF-8 (hex) | 0xE2 0x80 0x94 | |
UTF-8 (binary) | 11100010:10000000:10010100 | |
UTF-8 (binary) | ||
11100010:10000000:10010100 | ||
UTF-16 | 0x2014 | |
UTF-32 | 0x00002014 |
HTML Number | — | |
---|---|---|
HTML Hex | — | |
HTML Entity | — |
URL Escape Code | %E2%80%94 | |
---|---|---|
Quoted-printable | =E2=80=94 |
C, C++, and Java | "\u2014" | |
---|---|---|
CSS Code | \2014 | |
JavaScript | "\u2014" | |
Perl | \x{2014} | |
Python 2 | u"\u2014" | |
Python 3 | \u2014 | |
Ruby | \u{2014} |