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 摺] 100100001010000001011101 90a05d
EUC-JP 摺] 110000001010001001011101 c0a25d
UTF-8 摺] 11100110100100011011101001011101 e691ba5d
UHC 摺] 111011111100100101011101 efc95d

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