Character Sets | Decimal | Hex |
---|---|---|
ISO-8859-2 | 222 | DE |
Windows-1250 | 222 | DE |
Unicode | U+0162 | |
---|---|---|
Unicode Decimal | 354 | |
Unicode Escape | \u0162 | |
UTF-8 (hex) | 0xC5 0xA2 | |
UTF-8 (binary) | 11000101:10100010 | |
UTF-8 (binary) | ||
11000101:10100010 | ||
UTF-16 | 0x0162 | |
UTF-32 | 0x00000162 |
HTML Number | Ţ | |
---|---|---|
HTML Hex | Ţ | |
HTML Entity | Ţ |
URL Escape Code | %C5%A2 | |
---|---|---|
Quoted-printable | =C5=A2 |
C, C++, and Java | "\u0162" | |
---|---|---|
CSS Code | \0162 | |
JavaScript | "\u0162" | |
Perl | \x{0162} | |
Python 2 | u"\u0162" | |
Python 3 | \u0162 | |
Ruby | \u{0162} |