Character Sets | Decimal | Hex |
---|---|---|
Windows-1252 | 159 | 9F |
Windows-1254 | 159 | 9F |
Windows-1258 | 159 | 9F |
Unicode | U+0178 | |
---|---|---|
Unicode Decimal | 376 | |
Unicode Escape | \u0178 | |
UTF-8 (hex) | 0xC5 0xB8 | |
UTF-8 (binary) | 11000101:10111000 | |
UTF-8 (binary) | ||
11000101:10111000 | ||
UTF-16 | 0x0178 | |
UTF-32 | 0x00000178 |
HTML Number | Ÿ | |
---|---|---|
HTML Hex | Ÿ | |
HTML Entity | Ÿ |
URL Escape Code | %C5%B8 | |
---|---|---|
Quoted-printable | =C5=B8 |
C, C++, and Java | "\u0178" | |
---|---|---|
CSS Code | \0178 | |
JavaScript | "\u0178" | |
Perl | \x{0178} | |
Python 2 | u"\u0178" | |
Python 3 | \u0178 | |
Ruby | \u{0178} |