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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 遯壱攸妺エ^ | 11100111101010101000100011101011100111011011111111111010101001011011010001011110 | e7aa88eb9dbffaa5b45e |
EUC-JP | 遯壱攸妺エ^ | 111011101010110010110000111011011101101011000001100011111011100110110111100011101011010001011110 | eeacb0eddac18fb9b78eb45e |
UTF-8 | 遯壱攸妺エ^ | 11101001100000011010111111100101101000111011000111100110100101001011100011100101101001101011101011101111101111011011010001011110 | e981afe5a3b1e694b8e5a6baefbdb45e |
UHC | 遯?攸??^ | 1101010011101110001111111110101011110010001111110011111101011110 | d4ee3feaf23f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)