Character Sets | Decimal | Hex |
---|---|---|
ISO-8859-7 | 184 | B8 |
Windows-1253 | 184 | B8 |
Unicode | U+0388 | |
---|---|---|
Unicode Decimal | 904 | |
Unicode Escape | \u0388 | |
UTF-8 (hex) | 0xCE 0x88 | |
UTF-8 (binary) | 11001110:10001000 | |
UTF-8 (binary) | ||
11001110:10001000 | ||
UTF-16 | 0x0388 | |
UTF-32 | 0x00000388 |
HTML Number | Έ | |
---|---|---|
HTML Hex | Έ |
URL Escape Code | %CE%88 | |
---|---|---|
Quoted-printable | =CE=88 |
C, C++, and Java | "\u0388" | |
---|---|---|
CSS Code | \0388 | |
JavaScript | "\u0388" | |
Perl | \x{0388} | |
Python 2 | u"\u0388" | |
Python 3 | \u0388 | |
Ruby | \u{0388} |