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 ’A‘¸’C’Z’A‘¸’C’Z^ 1001001001000001100100011011100010010010010000111001001001011010100100100100000110010001101110001001001001000011100100100101101001011110 924191b89243925a924191b89243925a5e
SJIS-WIN ?A???C?Z?A???C?Z^ 0011111101000001001111110011111100111111010000110011111101011010001111110100000100111111001111110011111101000011001111110101101001011110 3f413f3f3f433f5a3f413f3f3f433f5a5e
EUC-JP ?A?¸?C?Z?A?¸?C?Z^ 001111110100000100111111100011111010001010110001001111110100001100111111010110100011111101000001001111111000111110100010101100010011111101000011001111110101101001011110 3f413f8fa2b13f433f5a3f413f8fa2b13f433f5a5e
UTF-8 ’A‘¸’C’Z’A‘¸’C’Z^ 110000101001001001000001110000101001000111000010101110001100001010010010010000111100001010010010010110101100001010010010010000011100001010010001110000101011100011000010100100100100001111000010100100100101101001011110 c29241c291c2b8c29243c2925ac29241c291c2b8c29243c2925a5e
UHC ?A?¸?C?Z?A?¸?C?Z^ 00111111010000010011111110100010101011000011111101000011001111110101101000111111010000010011111110100010101011000011111101000011001111110101101001011110 3f413fa2ac3f433f5a3f413fa2ac3f433f5a5e

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