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 ’Y’Z‘»’F‘¢‘¸^ 10010010010110011001001001011010100100011011101110010010010001101001000110100010100100011011100001011110 9259925a91bb924691a291b85e
SJIS-WIN ?Y?Z???F?¢??^ 0011111101011001001111110101101000111111001111110011111101000110001111111000000110010001001111110011111101011110 3f593f5a3f3f3f463f81913f3f5e
EUC-JP ?Y?Z???F?¢?¸^ 00111111010110010011111101011010001111110011111100111111010001100011111110100001111100010011111110001111101000101011000101011110 3f593f5a3f3f3f463fa1f13f8fa2b15e
UTF-8 ’Y’Z‘»’F‘¢‘¸^ 11000010100100100101100111000010100100100101101011000010100100011100001010111011110000101001001001000110110000101001000111000010101000101100001010010001110000101011100001011110 c29259c2925ac291c2bbc29246c291c2a2c291c2b85e
UHC ?Y?Z???F???¸^ 0011111101011001001111110101101000111111001111110011111101000110001111110011111100111111101000101010110001011110 3f593f5a3f3f3f463f3f3fa2ac5e

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