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 111000100111000001000111 e27047
EUC-JP 穡G 111000111101000101000111 e3d147
UTF-8 穡G 11100111101010011010000101000111 e7a9a147
UHC 穡G 110111111110001001000111 dfe247

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