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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ???伍ユ?^ | 001111110011111100111111100011001101111010000011100001100011111101011110 | 3f3f3f8cde83863f5e |
EUC-JP | 孼??伍ユ?^ | 1000111110111010110000110011111100111111101110001110000010100101111001100011111101011110 | 8fbac33f3fb8e0a5e63f5e |
UTF-8 | 孼뽪ㄲ伍ユ쮨^ | 11100101101011011011110011101011101111011010101011100011100001001011001011100100101111001000110111100011100000111010011011101100101011101010100001011110 | e5adbcebbdaae384b2e4bc8de383a6ecaea85e |
UHC | 孼뽪ㄲ伍ユ쮨^ | 11100101111011011001011011100110101001001010001011100111111010101010101111100110101010001000010101011110 | e5ed96e6a4a2e7eaabe6a8855e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)