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 ?o 0011111101101111 3f6f
SJIS-WIN 帽o 100101100101100001101111 96586f
EUC-JP 帽o 110010111011100101101111 cbb96f
UTF-8 帽o 11100101101110001011110101101111 e5b8bd6f
UHC 帽o 110110011011011001101111 d9b66f

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