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 100100011000011001101000 918668
EUC-JP 漕h 110000011110011001101000 c1e668
UTF-8 漕h 11100110101111001001010101101000 e6bc9568
UHC 漕h 111100001100110001101000 f0cc68

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