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 111000011011010001000111 e1b447
EUC-JP 盒G 111000101011011001000111 e2b647
UTF-8 盒G 11100111100110111001001001000111 e79b9247
UHC 盒G 111110011110110001000111 f9ec47

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