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‘Ÿ’Z’@on}’Q‘Ÿ’Z’@on{^ 1001001001010001100100011001111110010010010110101001001001000000011011110110111001111101100100100101000110010001100111111001001001011010100100100100000001101111011011100111101101011110 9251919f925a92406f6e7d9251919f925a92406f6e7b5e
SJIS-WIN ?Q???Z?@on}?Q???Z?@on{^ 0011111101010001001111110011111100111111010110100011111101000000011011110110111001111101001111110101000100111111001111110011111101011010001111110100000001101111011011100111101101011110 3f513f3f3f5a3f406f6e7d3f513f3f3f5a3f406f6e7b5e
EUC-JP ?Q???Z?@on}?Q???Z?@on{^ 0011111101010001001111110011111100111111010110100011111101000000011011110110111001111101001111110101000100111111001111110011111101011010001111110100000001101111011011100111101101011110 3f513f3f3f5a3f406f6e7d3f513f3f3f5a3f406f6e7b5e
UTF-8 ’Q‘Ÿ’Z’@on}’Q‘Ÿ’Z’@on{^ 110000101001001001010001110000101001000111000010100111111100001010010010010110101100001010010010010000000110111101101110011111011100001010010010010100011100001010010001110000101001111111000010100100100101101011000010100100100100000001101111011011100111101101011110 c29251c291c29fc2925ac292406f6e7dc29251c291c29fc2925ac292406f6e7b5e
UHC ?Q???Z?@on}?Q???Z?@on{^ 0011111101010001001111110011111100111111010110100011111101000000011011110110111001111101001111110101000100111111001111110011111101011010001111110100000001101111011011100111101101011110 3f513f3f3f5a3f406f6e7d3f513f3f3f5a3f406f6e7b5e

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