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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 蝴?蝴?^ | 11100101100110100011111111100101100110100011111101011110 | e59a3fe59a3f5e |
EUC-JP | 蝴?蝴?^ | 11101001111110100011111111101001111110100011111101011110 | e9fa3fe9fa3f5e |
UTF-8 | 蝴렑蝴렑^ | 11101000100111011011010011101011101000001001000111101000100111011011010011101011101000001001000101011110 | e89db4eba091e89db4eba0915e |
UHC | 蝴렑蝴렑^ | 111110111101110110001110101001101111101111011101100011101010011001011110 | fbdd8ea6fbdd8ea65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)