Character Sets | Decimal | Hex |
---|---|---|
ISO-8859-2 | 171 | AB |
Windows-1250 | 141 | 8D |
Unicode | U+0164 | |
---|---|---|
Unicode Decimal | 356 | |
Unicode Escape | \u0164 | |
UTF-8 (hex) | 0xC5 0xA4 | |
UTF-8 (binary) | 11000101:10100100 | |
UTF-8 (binary) | ||
11000101:10100100 | ||
UTF-16 | 0x0164 | |
UTF-32 | 0x00000164 |
HTML Number | Ť | |
---|---|---|
HTML Hex | Ť | |
HTML Entity | Ť |
URL Escape Code | %C5%A4 | |
---|---|---|
Quoted-printable | =C5=A4 |
C, C++, and Java | "\u0164" | |
---|---|---|
CSS Code | \0164 | |
JavaScript | "\u0164" | |
Perl | \x{0164} | |
Python 2 | u"\u0164" | |
Python 3 | \u0164 | |
Ruby | \u{0164} |