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 ?z 0011111101111010 3f7a
SJIS-WIN 莠z 111001001011101001111010 e4ba7a
EUC-JP 莠z 111010001011110001111010 e8bc7a
UTF-8 莠z 11101000100011101010000001111010 e88ea07a
UHC ?z 0011111101111010 3f7a

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