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 100011111001000001101000 8f9068
EUC-JP 署h 101111011111000001101000 bdf068
UTF-8 署h 11100111101111011011001001101000 e7bdb268
UHC 署h 110111111111111001101000 dffe68

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