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 ’Z‘¢âLn}’Z‘¢âLn{^ 1001001001011010100100011010001011100010010011000110111001111101100100100101101010010001101000101110001001001100011011100111101101011110 925a91a2e24c6e7d925a91a2e24c6e7b5e
SJIS-WIN ?Z?¢?Ln}?Z?¢?Ln{^ 00111111010110100011111110000001100100010011111101001100011011100111110100111111010110100011111110000001100100010011111101001100011011100111101101011110 3f5a3f81913f4c6e7d3f5a3f81913f4c6e7b5e
EUC-JP ?Z?¢âLn}?Z?¢âLn{^ 0011111101011010001111111010000111110001100011111010101110100100010011000110111001111101001111110101101000111111101000011111000110001111101010111010010001001100011011100111101101011110 3f5a3fa1f18faba44c6e7d3f5a3fa1f18faba44c6e7b5e
UTF-8 ’Z‘¢âLn}’Z‘¢âLn{^ 11000010100100100101101011000010100100011100001010100010110000111010001001001100011011100111110111000010100100100101101011000010100100011100001010100010110000111010001001001100011011100111101101011110 c2925ac291c2a2c3a24c6e7dc2925ac291c2a2c3a24c6e7b5e
UHC ?Z???Ln}?Z???Ln{^ 0011111101011010001111110011111100111111010011000110111001111101001111110101101000111111001111110011111101001100011011100111101101011110 3f5a3f3f3f4c6e7d3f5a3f3f3f4c6e7b5e

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