Character Sets | Decimal | Hex |
---|---|---|
ISO-8859-5 | 178 | B2 |
Windows-1251 | 194 | C2 |
Unicode | U+0412 | |
---|---|---|
Unicode Decimal | 1042 | |
Unicode Escape | \u0412 | |
UTF-8 (hex) | 0xD0 0x92 | |
UTF-8 (binary) | 11010000:10010010 | |
UTF-8 (binary) | ||
11010000:10010010 | ||
UTF-16 | 0x0412 | |
UTF-32 | 0x00000412 |
HTML Number | В | |
---|---|---|
HTML Hex | В | |
HTML Entity | В |
URL Escape Code | %D0%92 | |
---|---|---|
Quoted-printable | =D0=92 |
C, C++, and Java | "\u0412" | |
---|---|---|
CSS Code | \0412 | |
JavaScript | "\u0412" | |
Perl | \x{0412} | |
Python 2 | u"\u0412" | |
Python 3 | \u0412 | |
Ruby | \u{0412} |