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 100011111010011001000111 8fa647
EUC-JP 嘗G 101111101010100001000111 bea847
UTF-8 嘗G 11100101100110001001011101000111 e5989747
UHC 嘗G 110111111100010001000111 dfc447

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