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’L‘§H}’C’L‘§H{^ 1001001001000011100100100100110010010001101001110100100001111101100100100100001110010010010011001001000110100111010010000111101101011110 9243924c91a7487d9243924c91a7487b5e
SJIS-WIN ?C?L?§H}?C?L?§H{^ 00111111010000110011111101001100001111111000000110011000010010000111110100111111010000110011111101001100001111111000000110011000010010000111101101011110 3f433f4c3f8198487d3f433f4c3f8198487b5e
EUC-JP ?C?L?§H}?C?L?§H{^ 00111111010000110011111101001100001111111010000111111000010010000111110100111111010000110011111101001100001111111010000111111000010010000111101101011110 3f433f4c3fa1f8487d3f433f4c3fa1f8487b5e
UTF-8 ’C’L‘§H}’C’L‘§H{^ 11000010100100100100001111000010100100100100110011000010100100011100001010100111010010000111110111000010100100100100001111000010100100100100110011000010100100011100001010100111010010000111101101011110 c29243c2924cc291c2a7487dc29243c2924cc291c2a7487b5e
UHC ?C?L?§H}?C?L?§H{^ 00111111010000110011111101001100001111111010000111010111010010000111110100111111010000110011111101001100001111111010000111010111010010000111101101011110 3f433f4c3fa1d7487d3f433f4c3fa1d7487b5e

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