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 ’X’J’Q‘Ÿ’X’J’Q‘Ÿ^ 1001001001011000100100100100101010010010010100011001000110011111100100100101100010010010010010101001001001010001100100011001111101011110 9258924a9251919f9258924a9251919f5e
SJIS-WIN ?X?J?Q???X?J?Q??^ 0011111101011000001111110100101000111111010100010011111100111111001111110101100000111111010010100011111101010001001111110011111101011110 3f583f4a3f513f3f3f583f4a3f513f3f5e
EUC-JP ?X?J?Q???X?J?Q??^ 0011111101011000001111110100101000111111010100010011111100111111001111110101100000111111010010100011111101010001001111110011111101011110 3f583f4a3f513f3f3f583f4a3f513f3f5e
UTF-8 ’X’J’Q‘Ÿ’X’J’Q‘Ÿ^ 110000101001001001011000110000101001001001001010110000101001001001010001110000101001000111000010100111111100001010010010010110001100001010010010010010101100001010010010010100011100001010010001110000101001111101011110 c29258c2924ac29251c291c29fc29258c2924ac29251c291c29f5e
UHC ?X?J?Q???X?J?Q??^ 0011111101011000001111110100101000111111010100010011111100111111001111110101100000111111010010100011111101010001001111110011111101011110 3f583f4a3f513f3f3f583f4a3f513f3f5e

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