Character Sets | Decimal | Hex |
---|---|---|
ISO-8859-5 | 216 | D8 |
Windows-1251 | 232 | E8 |
Unicode | U+0438 | |
---|---|---|
Unicode Decimal | 1080 | |
Unicode Escape | \u0438 | |
UTF-8 (hex) | 0xD0 0xB8 | |
UTF-8 (binary) | 11010000:10111000 | |
UTF-8 (binary) | ||
11010000:10111000 | ||
UTF-16 | 0x0438 | |
UTF-32 | 0x00000438 |
HTML Number | и | |
---|---|---|
HTML Hex | и | |
HTML Entity | и |
URL Escape Code | %D0%B8 | |
---|---|---|
Quoted-printable | =D0=B8 |
C, C++, and Java | "\u0438" | |
---|---|---|
CSS Code | \0438 | |
JavaScript | "\u0438" | |
Perl | \x{0438} | |
Python 2 | u"\u0438" | |
Python 3 | \u0438 | |
Ruby | \u{0438} |