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 100011111110111101000111 8fef47
EUC-JP 擾G 101111101111000101000111 bef147
UTF-8 擾G 11100110100100111011111001000111 e693be47
UHC 擾G 111010001111011001000111 e8f647

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