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 100111101000000001000010 9e8042
EUC-JP 梳B 110110111110000001000010 dbe042
UTF-8 梳B 11100110101000101011001101000010 e6a2b342
UHC 梳B 111000011011101001000010 e1ba42

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