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 | 蝴햇蝴햄^ | 11101000100111011011010011101101100101101000011111101000100111011011010011101101100101101000010001011110 | e89db4ed9687e89db4ed96845e |
UHC | 蝴햇蝴햄^ | 111110111101110111000111110111101111101111011101110001111101110001011110 | fbddc7defbddc7dc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)