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 111001100110001001000101 e66245
EUC-JP 訝E 111010111100001101000101 ebc345
UTF-8 訝E 11101000101010001001110101000101 e8a89d45
UHC 訝E 111001001011100001000101 e4b845

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