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 100010100111101001000111 8a7a47
EUC-JP 額G 101100111101101101000111 b3db47
UTF-8 額G 11101001101000011000110101000111 e9a18d47
UHC 額G 111001001111111001000111 e4fe47

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