Character Sets | Decimal | Hex |
---|---|---|
ISO-8859-2 | 172 | AC |
Windows-1250 | 143 | 8F |
Windows-1257 | 202 | CA |
Unicode | U+0179 | |
---|---|---|
Unicode Decimal | 377 | |
Unicode Escape | \u0179 | |
UTF-8 (hex) | 0xC5 0xB9 | |
UTF-8 (binary) | 11000101:10111001 | |
UTF-8 (binary) | ||
11000101:10111001 | ||
UTF-16 | 0x0179 | |
UTF-32 | 0x00000179 |
HTML Number | Ź | |
---|---|---|
HTML Hex | Ź | |
HTML Entity | Ź |
URL Escape Code | %C5%B9 | |
---|---|---|
Quoted-printable | =C5=B9 |
C, C++, and Java | "\u0179" | |
---|---|---|
CSS Code | \0179 | |
JavaScript | "\u0179" | |
Perl | \x{0179} | |
Python 2 | u"\u0179" | |
Python 3 | \u0179 | |
Ruby | \u{0179} |