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 ?^ 0011111101011110 3f5e
SJIS-WIN 恙^ 100111001001100101011110 9c995e
EUC-JP 恙^ 110101111111100101011110 d7f95e
UTF-8 恙^ 11100110100000011001100101011110 e681995e
UHC 恙^ 111001011011111101011110 e5bf5e

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