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‘§W}’C’L‘§W{^ 1001001001000011100100100100110010010001101001110101011101111101100100100100001110010010010011001001000110100111010101110111101101011110 9243924c91a7577d9243924c91a7577b5e
SJIS-WIN ?C?L?§W}?C?L?§W{^ 00111111010000110011111101001100001111111000000110011000010101110111110100111111010000110011111101001100001111111000000110011000010101110111101101011110 3f433f4c3f8198577d3f433f4c3f8198577b5e
EUC-JP ?C?L?§W}?C?L?§W{^ 00111111010000110011111101001100001111111010000111111000010101110111110100111111010000110011111101001100001111111010000111111000010101110111101101011110 3f433f4c3fa1f8577d3f433f4c3fa1f8577b5e
UTF-8 ’C’L‘§W}’C’L‘§W{^ 11000010100100100100001111000010100100100100110011000010100100011100001010100111010101110111110111000010100100100100001111000010100100100100110011000010100100011100001010100111010101110111101101011110 c29243c2924cc291c2a7577dc29243c2924cc291c2a7577b5e
UHC ?C?L?§W}?C?L?§W{^ 00111111010000110011111101001100001111111010000111010111010101110111110100111111010000110011111101001100001111111010000111010111010101110111101101011110 3f433f4c3fa1d7577d3f433f4c3fa1d7577b5e

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