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 ? 00111111 3f
SJIS-WIN 1000111101000010 8f42
EUC-JP 1011110110100011 bda3
UTF-8 111001011011011110011110 e5b79e
UHC 1111000110110110 f1b6

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