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’@‘¶D^ 1001001001000000100100011011011001000100100100100100000010010001101101100100010001011110 924091b644924091b6445e
SJIS-WIN ?@?¶D?@?¶D^ 00111111010000000011111110000001111101110100010000111111010000000011111110000001111101110100010001011110 3f403f81f7443f403f81f7445e
EUC-JP ?@?¶D?@?¶D^ 00111111010000000011111110100010111110010100010000111111010000000011111110100010111110010100010001011110 3f403fa2f9443f403fa2f9445e
UTF-8 ’@‘¶D’@‘¶D^ 1100001010010010010000001100001010010001110000101011011001000100110000101001001001000000110000101001000111000010101101100100010001011110 c29240c291c2b644c29240c291c2b6445e
UHC ?@?¶D?@?¶D^ 00111111010000000011111110100010110100100100010000111111010000000011111110100010110100100100010001011110 3f403fa2d2443f403fa2d2445e

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