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 ’Q’O’B’W’Q’O’B’W^ 1001001001010001100100100100111110010010010000101001001001010111100100100101000110010010010011111001001001000010100100100101011101011110 9251924f924292579251924f924292575e
SJIS-WIN ?Q?O?B?W?Q?O?B?W^ 0011111101010001001111110100111100111111010000100011111101010111001111110101000100111111010011110011111101000010001111110101011101011110 3f513f4f3f423f573f513f4f3f423f575e
EUC-JP ?Q?O?B?W?Q?O?B?W^ 0011111101010001001111110100111100111111010000100011111101010111001111110101000100111111010011110011111101000010001111110101011101011110 3f513f4f3f423f573f513f4f3f423f575e
UTF-8 ’Q’O’B’W’Q’O’B’W^ 11000010100100100101000111000010100100100100111111000010100100100100001011000010100100100101011111000010100100100101000111000010100100100100111111000010100100100100001011000010100100100101011101011110 c29251c2924fc29242c29257c29251c2924fc29242c292575e
UHC ?Q?O?B?W?Q?O?B?W^ 0011111101010001001111110100111100111111010000100011111101010111001111110101000100111111010011110011111101000010001111110101011101011110 3f513f4f3f423f573f513f4f3f423f575e

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