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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 錏ケ陋ケ^ | 11100111111110011011100111101000100110111011100101011110 | e7f9b9e89bb95e |
EUC-JP | 錏ケ陋ケ^ | 111011101111101110001110101110011110111111111011100011101011100101011110 | eefb8eb9effb8eb95e |
UTF-8 | 錏ケ陋ケ^ | 11101001100011001000111111101111101111011011100111101001100110011000101111101111101111011011100101011110 | e98c8fefbdb9e9998befbdb95e |
UHC | ??陋?^ | 001111110011111111010111101100000011111101011110 | 3f3fd7b03f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)