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 100111011011111001000111 9dbe47
EUC-JP 收G 110110101100000001000111 dac047
UTF-8 收G 11100110100101001011011001000111 e694b647
UHC 收G 111000101010010101000111 e2a547

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