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 | 閻ヲ閻ヲ^ | 11101000100001011010011011101000100001011010011001011110 | e885a6e885a65e |
EUC-JP | 閻ヲ閻ヲ^ | 111011111110010110001110101001101110111111100101100011101010011001011110 | efe58ea6efe58ea65e |
UTF-8 | 閻ヲ閻ヲ^ | 11101001100101101011101111101111101111011010011011101001100101101011101111101111101111011010011001011110 | e996bbefbda6e996bbefbda65e |
UHC | 閻?閻?^ | 11100111101000100011111111100111101000100011111101011110 | e7a23fe7a23f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)