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 100100011010001001001000 91a248
EUC-JP 造H 110000101010010001001000 c2a448
UTF-8 造H 11101001100000001010000001001000 e980a048
UHC 造H 111100001110001101001000 f0e348

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