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 ’@’D’@’Y’@’D’@’Y^ 1001001001000000100100100100010010010010010000001001001001011001100100100100000010010010010001001001001001000000100100100101100101011110 924092449240925992409244924092595e
SJIS-WIN ?@?D?@?Y?@?D?@?Y^ 0011111101000000001111110100010000111111010000000011111101011001001111110100000000111111010001000011111101000000001111110101100101011110 3f403f443f403f593f403f443f403f595e
EUC-JP ?@?D?@?Y?@?D?@?Y^ 0011111101000000001111110100010000111111010000000011111101011001001111110100000000111111010001000011111101000000001111110101100101011110 3f403f443f403f593f403f443f403f595e
UTF-8 ’@’D’@’Y’@’D’@’Y^ 11000010100100100100000011000010100100100100010011000010100100100100000011000010100100100101100111000010100100100100000011000010100100100100010011000010100100100100000011000010100100100101100101011110 c29240c29244c29240c29259c29240c29244c29240c292595e
UHC ?@?D?@?Y?@?D?@?Y^ 0011111101000000001111110100010000111111010000000011111101011001001111110100000000111111010001000011111101000000001111110101100101011110 3f403f443f403f593f403f443f403f595e

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