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 ’J‘þ‘¢’G‘Ÿ’A^ 10010010010010101001000111111110100100011010001010010010010001111001000110011111100100100100000101011110 924a91fe91a29247919f92415e
SJIS-WIN ?J???¢?G???A^ 0011111101001010001111110011111100111111100000011001000100111111010001110011111100111111001111110100000101011110 3f4a3f3f3f81913f473f3f3f415e
EUC-JP ?J?þ?¢?G???A^ 00111111010010100011111110001111101010011101000000111111101000011111000100111111010001110011111100111111001111110100000101011110 3f4a3f8fa9d03fa1f13f473f3f3f415e
UTF-8 ’J‘þ‘¢’G‘Ÿ’A^ 11000010100100100100101011000010100100011100001110111110110000101001000111000010101000101100001010010010010001111100001010010001110000101001111111000010100100100100000101011110 c2924ac291c3bec291c2a2c29247c291c29fc292415e
UHC ?J?þ???G???A^ 0011111101001010001111111010100110101101001111110011111100111111010001110011111100111111001111110100000101011110 3f4a3fa9ad3f3f3f473f3f3f415e

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