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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | 晶ワ緖ゥシェ | 10001111101110111111010011101100110111001111101110001110101010011011110010101010 | 8fbbf4ecdcfb8ea9bcaa |
EUC-JP | 晶?ワ?ゥシェ | 101111101011110100111111100011101101110000111111100011101010100110001110101111001000111010101010 | bebd3f8edc3f8ea98ebc8eaa |
UTF-8 | 晶ワ緖ゥシェ | 111001101001100110110110111011101000111010011011111011111011111010011100111001111011011110010110111011111011110110101001111011111011110110111100111011111011110110101010 | e699b6ee8e9befbe9ce7b796efbda9efbdbcefbdaa |
UHC | 晶??緖??? | 111011111101110000111111001111111101111111111101001111110011111100111111 | efdc3f3fdffd3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)