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 111000101011001001000111 e2b247
EUC-JP 箚G 111001001011010001000111 e4b447
UTF-8 箚G 11100111101011101001101001000111 e7ae9a47
UHC 箚G 111100111011000001000111 f3b047

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