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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
| SJIS-WIN | 寃??寃??B | 100110111000001100111111001111111001101110000011001111110011111101000010 | 9b833f3f9b833f3f42 |
| EUC-JP | 寃??寃??B | 110101011110001100111111001111111101010111100011001111110011111101000010 | d5e33f3fd5e33f3f42 |
| UTF-8 | 寃뺢굳寃뺢굳B | 11100101101011111000001111101011101110101010001011101010101101011011001111100101101011111000001111101011101110101010001011101010101101011011001101000010 | e5af83ebbaa2eab5b3e5af83ebbaa2eab5b342 |
| UHC | 寃뺢굳寃뺢굳B | 11101010101100101001010111101010101100011011101111101010101100101001010111101010101100011011101101000010 | eab295eab1bbeab295eab1bb42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)