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 ’E‘¹’Q‘©’E‘¹’A‘¼^ 1001001001000101100100011011100110010010010100011001000110101001100100100100010110010001101110011001001001000001100100011011110001011110 924591b9925191a9924591b9924191bc5e
SJIS-WIN ?E???Q???E???A??^ 0011111101000101001111110011111100111111010100010011111100111111001111110100010100111111001111110011111101000001001111110011111101011110 3f453f3f3f513f3f3f453f3f3f413f3f5e
EUC-JP ?E???Q?©?E???A??^ 00111111010001010011111100111111001111110101000100111111100011111010001011101101001111110100010100111111001111110011111101000001001111110011111101011110 3f453f3f3f513f8fa2ed3f453f3f3f413f3f5e
UTF-8 ’E‘¹’Q‘©’E‘¹’A‘¼^ 1100001010010010010001011100001010010001110000101011100111000010100100100101000111000010100100011100001010101001110000101001001001000101110000101001000111000010101110011100001010010010010000011100001010010001110000101011110001011110 c29245c291c2b9c29251c291c2a9c29245c291c2b9c29241c291c2bc5e
UHC ?E?¹?Q???E?¹?A?¼^ 0011111101000101001111111010100111110110001111110101000100111111001111110011111101000101001111111010100111110110001111110100000100111111101010001111100101011110 3f453fa9f63f513f3f3f453fa9f63f413fa8f95e

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