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 100110101000010101000111 9a8547
EUC-JP 嚆G 110100111110010101000111 d3e547
UTF-8 嚆G 11100101100110101000011001000111 e59a8647
UHC 嚆G 111111001111011101000111 fcf747

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