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 ?G 0011111101000111 3f47
SJIS-WIN 菽G 111001001100000101000111 e4c147
EUC-JP 菽G 111010001100001101000111 e8c347
UTF-8 菽G 11101000100011111011110101000111 e88fbd47
UHC 菽G 111000101101110101000111 e2dd47

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