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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
| SJIS-WIN | 終??終??^ | 100011110100100100111111001111111000111101001001001111110011111101011110 | 8f493f3f8f493f3f5e |
| EUC-JP | 終??終??^ | 101111011010101000111111001111111011110110101010001111110011111101011110 | bdaa3f3fbdaa3f3f5e |
| UTF-8 | 終꿨ㄷ終꿨ㄷ^ | 11100111101101011000001011101010101111111010100011100011100001001011011111100111101101011000001011101010101111111010100011100011100001001011011101011110 | e7b582eabfa8e384b7e7b582eabfa8e384b75e |
| UHC | 終꿨ㄷ終꿨ㄷ^ | 11110000111110111011001011100101101001001010011111110000111110111011001011100101101001001010011101011110 | f0fbb2e5a4a7f0fbb2e5a4a75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)