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 崩] 100101011111011001011101 95f65d
EUC-JP 崩] 110010101111100001011101 caf85d
UTF-8 崩] 11100101101101001010100101011101 e5b4a95d
UHC 崩] 110111011101101001011101 ddda5d

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