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 | 閻・閻・^ | 11101000100001011010010111101000100001011010010101011110 | e885a5e885a55e |
EUC-JP | 閻・閻・^ | 111011111110010110001110101001011110111111100101100011101010010101011110 | efe58ea5efe58ea55e |
UTF-8 | 閻・閻・^ | 11101001100101101011101111101111101111011010010111101001100101101011101111101111101111011010010101011110 | e996bbefbda5e996bbefbda55e |
UHC | 閻?閻?^ | 11100111101000100011111111100111101000100011111101011110 | e7a23fe7a23f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)