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 ?L 0011111101001100 3f4c
SJIS-WIN 虍L 111001010110011101001100 e5674c
EUC-JP 虍L 111010011100100001001100 e9c84c
UTF-8 虍L 11101000100110011000110101001100 e8998d4c
UHC ?L 0011111101001100 3f4c

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