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 | ??^ | 001111110011111101011110 | 3f3f5e |
| SJIS-WIN | 禹?^ | 11100010010110100011111101011110 | e25a3f5e |
| EUC-JP | 禹?^ | 11100011101110110011111101011110 | e3bb3f5e |
| UTF-8 | 禹렚^ | 11100111101001101011100111101011101000001001101001011110 | e7a6b9eba09a5e |
| UHC | 禹렚^ | 1110100111100000100011101010110101011110 | e9e08ead5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)