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 0011111101101000 3f68
SJIS-WIN 和h 100110000110000101101000 986168
EUC-JP 和h 110011111100001001101000 cfc268
UTF-8 和h 11100101100100101000110001101000 e5928c68
UHC 和h 111110111111101001101000 fbfa68

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