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 | 嵭莊^ | 1111101010110011111001001011010101011110 | fab3e4b55e |
| EUC-JP | 嵭莊^ | 100011111011101111011110111010001011011101011110 | 8fbbdee8b75e |
| UTF-8 | 嵭莊^ | 11100101101101011010110111101000100011101000101001011110 | e5b5ade88e8a5e |
| UHC | ?莊^ | 00111111111011011111011001011110 | 3fedf65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)