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 ’B’Q’C’U’C‘¶nB 1001001001000010100100100101000110010010010000111001001001010101100100100100001110010001101101100110111001000010 9242925192439255924391b66e42
SJIS-WIN ?B?Q?C?U?C?¶nB 001111110100001000111111010100010011111101000011001111110101010100111111010000110011111110000001111101110110111001000010 3f423f513f433f553f433f81f76e42
EUC-JP ?B?Q?C?U?C?¶nB 001111110100001000111111010100010011111101000011001111110101010100111111010000110011111110100010111110010110111001000010 3f423f513f433f553f433fa2f96e42
UTF-8 ’B’Q’C’U’C‘¶nB 110000101001001001000010110000101001001001010001110000101001001001000011110000101001001001010101110000101001001001000011110000101001000111000010101101100110111001000010 c29242c29251c29243c29255c29243c291c2b66e42
UHC ?B?Q?C?U?C?¶nB 001111110100001000111111010100010011111101000011001111110101010100111111010000110011111110100010110100100110111001000010 3f423f513f433f553f433fa2d26e42

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