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 ’C‘¹‘®E’C‘¹‘®EB 100100100100001110010001101110011001000110101110010001011001001001000011100100011011100110010001101011100100010101000010 924391b991ae45924391b991ae4542
SJIS-WIN ?C????E?C????EB 001111110100001100111111001111110011111100111111010001010011111101000011001111110011111100111111001111110100010101000010 3f433f3f3f3f453f433f3f3f3f4542
EUC-JP ?C???®E?C???®EB 00111111010000110011111100111111001111111000111110100010111011100100010100111111010000110011111100111111001111111000111110100010111011100100010101000010 3f433f3f3f8fa2ee453f433f3f3f8fa2ee4542
UTF-8 ’C‘¹‘®E’C‘¹‘®EB 11000010100100100100001111000010100100011100001010111001110000101001000111000010101011100100010111000010100100100100001111000010100100011100001010111001110000101001000111000010101011100100010101000010 c29243c291c2b9c291c2ae45c29243c291c2b9c291c2ae4542
UHC ?C?¹?®E?C?¹?®EB 00111111010000110011111110101001111101100011111110100010111001110100010100111111010000110011111110101001111101100011111110100010111001110100010101000010 3f433fa9f63fa2e7453f433fa9f63fa2e74542

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