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 111010001111001001000111 e8f247
EUC-JP 頸G 111100001111010001000111 f0f447
UTF-8 頸G 11101001101000001011100001000111 e9a0b847
UHC 頸G 110011001111001001000111 ccf247

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