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’E’\‘·’A’A^ 1001001001011100100100011011011110010010010000011001001001000101100100100101110010010001101101111001001001000001100100100100000101011110 925c91b792419245925c91b7924192415e
SJIS-WIN ?\???A?E?\???A?A^ 0011111101011100001111110011111100111111010000010011111101000101001111110101110000111111001111110011111101000001001111110100000101011110 3f5c3f3f3f413f453f5c3f3f3f413f415e
EUC-JP ?\???A?E?\???A?A^ 0011111101011100001111110011111100111111010000010011111101000101001111110101110000111111001111110011111101000001001111110100000101011110 3f5c3f3f3f413f453f5c3f3f3f413f415e
UTF-8 ’\‘·’A’E’\‘·’A’A^ 110000101001001001011100110000101001000111000010101101111100001010010010010000011100001010010010010001011100001010010010010111001100001010010001110000101011011111000010100100100100000111000010100100100100000101011110 c2925cc291c2b7c29241c29245c2925cc291c2b7c29241c292415e
UHC ?\?·?A?E?\?·?A?A^ 00111111010111000011111110100001101001000011111101000001001111110100010100111111010111000011111110100001101001000011111101000001001111110100000101011110 3f5c3fa1a43f413f453f5c3fa1a43f413f415e

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