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 100100100100010101001100 92454c
EUC-JP 脱L 110000111010011001001100 c3a64c
UTF-8 脱L 11101000100001001011000101001100 e884b14c
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)