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’E‘°D’E’E‘°D^ 100100100100010110010010010001011001000110110000010001001001001001000101100100100100010110010001101100000100010001011110 9245924591b0449245924591b0445e
SJIS-WIN ?E?E?°D?E?E?°D^ 0011111101000101001111110100010100111111100000011000101101000100001111110100010100111111010001010011111110000001100010110100010001011110 3f453f453f818b443f453f453f818b445e
EUC-JP ?E?E?°D?E?E?°D^ 0011111101000101001111110100010100111111101000011110101101000100001111110100010100111111010001010011111110100001111010110100010001011110 3f453f453fa1eb443f453f453fa1eb445e
UTF-8 ’E’E‘°D’E’E‘°D^ 1100001010010010010001011100001010010010010001011100001010010001110000101011000001000100110000101001001001000101110000101001001001000101110000101001000111000010101100000100010001011110 c29245c29245c291c2b044c29245c29245c291c2b0445e
UHC ?E?E?°D?E?E?°D^ 0011111101000101001111110100010100111111101000011100011001000100001111110100010100111111010001010011111110100001110001100100010001011110 3f453f453fa1c6443f453f453fa1c6445e

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