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’Z‘ºn}’I’Z‘ºn{^ 1001001001001001100100100101101010010001101110100110111001111101100100100100100110010010010110101001000110111010011011100111101101011110 9249925a91ba6e7d9249925a91ba6e7b5e
SJIS-WIN ?I?Z??n}?I?Z??n{^ 0011111101001001001111110101101000111111001111110110111001111101001111110100100100111111010110100011111100111111011011100111101101011110 3f493f5a3f3f6e7d3f493f5a3f3f6e7b5e
EUC-JP ?I?Z?ºn}?I?Z?ºn{^ 001111110100100100111111010110100011111110001111101000101110101101101110011111010011111101001001001111110101101000111111100011111010001011101011011011100111101101011110 3f493f5a3f8fa2eb6e7d3f493f5a3f8fa2eb6e7b5e
UTF-8 ’I’Z‘ºn}’I’Z‘ºn{^ 11000010100100100100100111000010100100100101101011000010100100011100001010111010011011100111110111000010100100100100100111000010100100100101101011000010100100011100001010111010011011100111101101011110 c29249c2925ac291c2ba6e7dc29249c2925ac291c2ba6e7b5e
UHC ?I?Z?ºn}?I?Z?ºn{^ 00111111010010010011111101011010001111111010100010101100011011100111110100111111010010010011111101011010001111111010100010101100011011100111101101011110 3f493f5a3fa8ac6e7d3f493f5a3fa8ac6e7b5e

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