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 100011110110100001001000 8f6848
EUC-JP 宿H 101111011100100101001000 bdc948
UTF-8 宿H 11100101101011101011111101001000 e5aebf48
UHC 宿H 111000101101011001001000 e2d648

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