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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 脯mエ襞 | 11100011111110111000001010001101101101001110010111111100 | e3fb828db4e5fc |
EUC-JP | 脯mエ襞 | 1110011011111101101000111110110110001110101101001110101011111110 | e6fda3ed8eb4eafe |
UTF-8 | 脯mエ襞 | 111010001000010010101111111011111011110110001101111011111011110110110100111010001010010110011110 | e884afefbd8defbdb4e8a59e |
UHC | 脯m?? | 111110001110000110100011111011010011111100111111 | f8e1a3ed3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)