To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
| Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
|---|---|---|---|
| ISO-8859-1 | GþCY | 1001001001000111100100011111111010010010010000111001001001011001 | 924791fe92439259 |
| SJIS-WIN | ?G???C?Y | 0011111101000111001111110011111100111111010000110011111101011001 | 3f473f3f3f433f59 |
| EUC-JP | ?G?þ?C?Y | 00111111010001110011111110001111101010011101000000111111010000110011111101011001 | 3f473f8fa9d03f433f59 |
| UTF-8 | GþCY | 11000010100100100100011111000010100100011100001110111110110000101001001001000011110000101001001001011001 | c29247c291c3bec29243c29259 |
| UHC | ?G?þ?C?Y | 001111110100011100111111101010011010110100111111010000110011111101011001 | 3f473fa9ad3f433f59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)