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 | ???Zo | 0011111100111111001111110101101001101111 | 3f3f3f5a6f |
SJIS-WIN | 晶ェZo | 10001111101110111111001111101100101010100101101001101111 | 8fbbf3ecaa5a6f |
EUC-JP | 晶?ェZo | 10111110101111010011111110001110101010100101101001101111 | bebd3f8eaa5a6f |
UTF-8 | 晶ェZo | 1110011010011001101101101110111010001011100111111110111110111101101010100101101001101111 | e699b6ee8b9fefbdaa5a6f |
UHC | 晶??Zo | 111011111101110000111111001111110101101001101111 | efdc3f3f5a6f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)