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 | 蝴퓬蝴퓬^ | 11101000100111011011010011101101100100111010110011101000100111011011010011101101100100111010110001011110 | e89db4ed93ace89db4ed93ac5e |
UHC | 蝴퓬蝴퓬^ | 111110111101110111000111101111001111101111011101110001111011110001011110 | fbddc7bcfbddc7bc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)