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 | ??H | 001111110011111101001000 | 3f3f48 |
SJIS-WIN | 猪?H | 10010010100101100011111101001000 | 92963f48 |
EUC-JP | 猪?H | 11000011111101100011111101001000 | c3f63f48 |
UTF-8 | 猪펄H | 11100111100011001010101011101101100011101000010001001000 | e78caaed8e8448 |
UHC | 猪펄H | 1110111011000100110001101101111001001000 | eec4c6de48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)