Character Sets | Decimal | Hex |
---|---|---|
Windows-1250 | 134 | 86 |
Windows-1251 | 134 | 86 |
Windows-1252 | 134 | 86 |
Windows-1253 | 134 | 86 |
Windows-1254 | 134 | 86 |
Windows-1255 | 134 | 86 |
Windows-1256 | 134 | 86 |
Windows-1257 | 134 | 86 |
Windows-1258 | 134 | 86 |
Unicode | U+2020 | |
---|---|---|
Unicode Decimal | 8224 | |
Unicode Escape | \u2020 | |
UTF-8 (hex) | 0xE2 0x80 0xA0 | |
UTF-8 (binary) | 11100010:10000000:10100000 | |
UTF-8 (binary) | ||
11100010:10000000:10100000 | ||
UTF-16 | 0x2020 | |
UTF-32 | 0x00002020 |
HTML Number | † | |
---|---|---|
HTML Hex | † | |
HTML Entity | † |
URL Escape Code | %E2%80%A0 | |
---|---|---|
Quoted-printable | =E2=80=A0 |
C, C++, and Java | "\u2020" | |
---|---|---|
CSS Code | \2020 | |
JavaScript | "\u2020" | |
Perl | \x{2020} | |
Python 2 | u"\u2020" | |
Python 3 | \u2020 | |
Ruby | \u{2020} |