Character Sets | Decimal | Hex |
---|---|---|
ISO-8859-4 | 187 | BB |
ISO-8859-10 | 179 | B3 |
Windows-1257 | 236 | EC |
Unicode | U+0123 | |
---|---|---|
Unicode Decimal | 291 | |
Unicode Escape | \u0123 | |
UTF-8 (hex) | 0xC4 0xA3 | |
UTF-8 (binary) | 11000100:10100011 | |
UTF-8 (binary) | ||
11000100:10100011 | ||
UTF-16 | 0x0123 | |
UTF-32 | 0x00000123 |
HTML Number | ģ | |
---|---|---|
HTML Hex | ģ |
URL Escape Code | %C4%A3 | |
---|---|---|
Quoted-printable | =C4=A3 |
C, C++, and Java | "\u0123" | |
---|---|---|
CSS Code | \0123 | |
JavaScript | "\u0123" | |
Perl | \x{0123} | |
Python 2 | u"\u0123" | |
Python 3 | \u0123 | |
Ruby | \u{0123} |