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 111001001011100001000101 e4b845
EUC-JP 荳E 111010001011101001000101 e8ba45
UTF-8 荳E 11101000100011011011001101000101 e88db345
UHC 荳E 110101001110010101000101 d4e545

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