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 | 硝ワ緖ゥシェ | 10001111110010011111010011101100110111001111101110001110101010011011110010101010 | 8fc9f4ecdcfb8ea9bcaa |
EUC-JP | 硝?ワ?ゥシェ | 101111101100101100111111100011101101110000111111100011101010100110001110101111001000111010101010 | becb3f8edc3f8ea98ebc8eaa |
UTF-8 | 硝ワ緖ゥシェ | 111001111010000110011101111011101000111010011011111011111011111010011100111001111011011110010110111011111011110110101001111011111011110110111100111011111011110110101010 | e7a19dee8e9befbe9ce7b796efbda9efbdbcefbdaa |
UHC | 硝??緖??? | 111101011010011000111111001111111101111111111101001111110011111100111111 | f5a63f3fdffd3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)