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 舌] 100100001110001101011101 90e35d
EUC-JP 舌] 110000001110010101011101 c0e55d
UTF-8 舌] 11101000100010001000110001011101 e8888c5d
UHC 舌] 111000001101111101011101 e0df5d

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