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 | ?鶸?鶸^ | 00111111111010100101001100111111111010100101001101011110 | 3fea533fea535e |
EUC-JP | ?鶸?鶸^ | 00111111111100111011010000111111111100111011010001011110 | 3ff3b43ff3b45e |
UTF-8 | 赸鶸赸鶸^ | 11101000101101011011100011101001101101101011100011101000101101011011100011101001101101101011100001011110 | e8b5b8e9b6b8e8b5b8e9b6b85e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)