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 ’I’@‘¢’G‘Ÿ’A^ 10010010010010011001001001000000100100011010001010010010010001111001000110011111100100100100000101011110 9249924091a29247919f92415e
SJIS-WIN ?I?@?¢?G???A^ 0011111101001001001111110100000000111111100000011001000100111111010001110011111100111111001111110100000101011110 3f493f403f81913f473f3f3f415e
EUC-JP ?I?@?¢?G???A^ 0011111101001001001111110100000000111111101000011111000100111111010001110011111100111111001111110100000101011110 3f493f403fa1f13f473f3f3f415e
UTF-8 ’I’@‘¢’G‘Ÿ’A^ 110000101001001001001001110000101001001001000000110000101001000111000010101000101100001010010010010001111100001010010001110000101001111111000010100100100100000101011110 c29249c29240c291c2a2c29247c291c29fc292415e
UHC ?I?@???G???A^ 00111111010010010011111101000000001111110011111100111111010001110011111100111111001111110100000101011110 3f493f403f3f3f473f3f3f415e

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