To what bitstring a character(s) is encoded in each character set?

Input one character or short letters and click "Convert."


(UTF-8)
Charset Character Bit string (binary) Bit String (hexadecimal)
ISO-8859-1 ?B 0011111101000010 3f42
SJIS-WIN 鞋B 111010001101110001000010 e8dc42
EUC-JP 鞋B 111100001101111001000010 f0de42
UTF-8 鞋B 11101001100111101000101101000010 e99e8b42
UHC 鞋B 111110111011100101000010 fbb942

SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)