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 ?] 0011111101011101 3f5d
SJIS-WIN 楔] 100111101011011001011101 9eb65d
EUC-JP 楔] 110111001011100001011101 dcb85d
UTF-8 楔] 11100110101001011001010001011101 e6a5945d
UHC 楔] 111000001101101101011101 e0db5d

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