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 ?F 0011111101000110 3f46
SJIS-WIN 疥F 111000010110110101000110 e16d46
EUC-JP 疥F 111000011100111001000110 e1ce46
UTF-8 疥F 11100111100101101010010101000110 e796a546
UHC 疥F 110010111100101001000110 cbca46

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