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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 蝟顔尠^ | 11100101100101101000101011100111100110111001011001011110 | e5968ae79b965e |
EUC-JP | 蝟顔尠^ | 11101001111101101011010011101001110101011111011001011110 | e9f6b4e9d5f65e |
UTF-8 | 蝟顔尠^ | 11101000100111011001111111101001101000011001010011100101101100001010000001011110 | e89d9fe9a194e5b0a05e |
UHC | 蝟顔?^ | 111010101101101011100100110101000011111101011110 | eadae4d43f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)