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 ?E 0011111101000101 3f45
SJIS-WIN 爪E 100100101101110001000101 92dc45
EUC-JP 爪E 110001001101111001000101 c4de45
UTF-8 爪E 11100111100010001010101001000101 e788aa45
UHC 爪E 111100001101000001000101 f0d045

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