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‘¨‘® 100100100100010110010001101100101001000110100111100100100100011110010001101010001001000110101110 924591b291a7924791a891ae
SJIS-WIN ?E???§?G?¨?? 0011111101000101001111110011111100111111100000011001100000111111010001110011111110000001010011100011111100111111 3f453f3f3f81983f473f814e3f3f
EUC-JP ?E???§?G?¨?® 00111111010001010011111100111111001111111010000111111000001111110100011100111111101000011010111100111111100011111010001011101110 3f453f3f3fa1f83f473fa1af3f8fa2ee
UTF-8 ’E‘²‘§’G‘¨‘® 11000010100100100100010111000010100100011100001010110010110000101001000111000010101001111100001010010010010001111100001010010001110000101010100011000010100100011100001010101110 c29245c291c2b2c291c2a7c29247c291c2a8c291c2ae
UHC ?E?²?§?G?¨?® 00111111010001010011111110101001111101110011111110100001110101110011111101000111001111111010000110100111001111111010001011100111 3f453fa9f73fa1d73f473fa1a73fa2e7

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