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 ?H 0011111101001000 3f48
SJIS-WIN 霽H 111010001100011101001000 e8c748
EUC-JP 霽H 111100001100100101001000 f0c948
UTF-8 霽H 11101001100111001011110101001000 e99cbd48
UHC 霽H 111100001011100001001000 f0b848

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