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 111000001001010001000010 e09442
EUC-JP 熹B 110111111111010001000010 dff442
UTF-8 熹B 11100111100001101011100101000010 e786b942
UHC 熹B 111111011111100001000010 fdf842

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