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 | 艇??艇??^ | 100100101111100000111111001111111001001011111000001111110011111101011110 | 92f83f3f92f83f3f5e |
EUC-JP | 艇??艇??^ | 110001001111101000111111001111111100010011111010001111110011111101011110 | c4fa3f3fc4fa3f3f5e |
UTF-8 | 艇屢ㄷ艇屢ㄷ^ | 11101000100010011000011111101111101001011000101111100011100001001011011111101000100010011000011111101111101001011000101111100011100001001011011101011110 | e88987efa58be384b7e88987efa58be384b75e |
UHC | 艇屢ㄷ艇屢ㄷ^ | 11101111111100111101001011100101101001001010011111101111111100111101001011100101101001001010011101011110 | eff3d2e5a4a7eff3d2e5a4a75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)