Character Sets | Decimal | Hex |
---|---|---|
ISO-8859-5 | 201 | C9 |
Windows-1251 | 217 | D9 |
Unicode | U+0429 | |
---|---|---|
Unicode Decimal | 1065 | |
Unicode Escape | \u0429 | |
UTF-8 (hex) | 0xD0 0xA9 | |
UTF-8 (binary) | 11010000:10101001 | |
UTF-8 (binary) | ||
11010000:10101001 | ||
UTF-16 | 0x0429 | |
UTF-32 | 0x00000429 |
HTML Number | Щ | |
---|---|---|
HTML Hex | Щ | |
HTML Entity | Щ |
URL Escape Code | %D0%A9 | |
---|---|---|
Quoted-printable | =D0=A9 |
C, C++, and Java | "\u0429" | |
---|---|---|
CSS Code | \0429 | |
JavaScript | "\u0429" | |
Perl | \x{0429} | |
Python 2 | u"\u0429" | |
Python 3 | \u0429 | |
Ruby | \u{0429} |