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Ä}‘iÄ{^ 1001000101101001100111011100010001111101100100010110100110011101110001000111101101011110 91699dc47d91699dc47b5e
SJIS-WIN ?i??}?i??{^ 0011111101101001001111110011111101111101001111110110100100111111001111110111101101011110 3f693f3f7d3f693f3f7b5e
EUC-JP ?i?Ä}?i?Ä{^ 001111110110100100111111100011111010101010100011011111010011111101101001001111111000111110101010101000110111101101011110 3f693f8faaa37d3f693f8faaa37b5e
UTF-8 ‘iÄ}‘iÄ{^ 1100001010010001011010011100001010011101110000111000010001111101110000101001000101101001110000101001110111000011100001000111101101011110 c29169c29dc3847dc29169c29dc3847b5e
UHC ?i??}?i??{^ 0011111101101001001111110011111101111101001111110110100100111111001111110111101101011110 3f693f3f7d3f693f3f7b5e

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