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 111001101001100001001100 e6984c
EUC-JP 譏L 111010111111100001001100 ebf84c
UTF-8 譏L 11101000101011011000111101001100 e8ad8f4c
UHC 譏L 110100011100000101001100 d1c14c

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