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 111000010110110101000010 e16d42
EUC-JP 疥B 111000011100111001000010 e1ce42
UTF-8 疥B 11100111100101101010010101000010 e796a542
UHC 疥B 110010111100101001000010 cbca42

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