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 | ??????| | 00111111001111110011111100111111001111110011111101111100 | 3f3f3f3f3f3f7c |
SJIS-WIN | 遶ェ隹キ蜿ゥ| | 11100111101010111010101011101000101100001011011111100101100011111010100101111100 | e7abaae8b0b7e58fa97c |
EUC-JP | 遶ェ隹キ蜿ゥ| | 11101110101011011000111010101010111100001011001010001110101101111110100111101111100011101010100101111100 | eead8eaaf0b28eb7e9ef8ea97c |
UTF-8 | 遶ェ隹キ蜿ゥ| | 11101001100000011011011011101111101111011010101011101001100110101011100111101111101111011011011111101000100111001011111111101111101111011010100101111100 | e981b6efbdaae99ab9efbdb7e89cbfefbda97c |
UHC | ??????| | 00111111001111110011111100111111001111110011111101111100 | 3f3f3f3f3f3f7c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)