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 100010011110001001000111 89e247
EUC-JP 俄G 101100101110010001000111 b2e447
UTF-8 俄G 11100100101111111000010001000111 e4bf8447
UHC 俄G 111001001010110101000111 e4ad47

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