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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
| SJIS-WIN | 貎溽晴^ | 11100110101111011001111111100111100100001011000001011110 | e6bd9fe790b05e |
| EUC-JP | 貎溽晴^ | 11101100101111111101111011101001110000001011001001011110 | ecbfdee9c0b25e |
| UTF-8 | 貎溽晴^ | 11101000101100101000111011100110101110101011110111100110100110011011010001011110 | e8b28ee6babde699b45e |
| UHC | ??晴^ | 0011111100111111111101001110011101011110 | 3f3ff4e75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)