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’G‘ D’E’G‘ D^ 100100100100010110010010010001111001000110100000010001001001001001000101100100100100011110010001101000000100010001011110 9245924791a0449245924791a0445e
SJIS-WIN ?E?G??D?E?G??D^ 001111110100010100111111010001110011111100111111010001000011111101000101001111110100011100111111001111110100010001011110 3f453f473f3f443f453f473f3f445e
EUC-JP ?E?G??D?E?G??D^ 001111110100010100111111010001110011111100111111010001000011111101000101001111110100011100111111001111110100010001011110 3f453f473f3f443f453f473f3f445e
UTF-8 ’E’G‘ D’E’G‘ D^ 1100001010010010010001011100001010010010010001111100001010010001110000101010000001000100110000101001001001000101110000101001001001000111110000101001000111000010101000000100010001011110 c29245c29247c291c2a044c29245c29247c291c2a0445e
UHC ?E?G??D?E?G??D^ 001111110100010100111111010001110011111100111111010001000011111101000101001111110100011100111111001111110100010001011110 3f453f473f3f443f453f473f3f445e

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