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‘§m’C’L‘§m^ 100100100100001110010010010011001001000110100111011011011001001001000011100100100100110010010001101001110110110101011110 9243924c91a76d9243924c91a76d5e
SJIS-WIN ?C?L?§m?C?L?§m^ 0011111101000011001111110100110000111111100000011001100001101101001111110100001100111111010011000011111110000001100110000110110101011110 3f433f4c3f81986d3f433f4c3f81986d5e
EUC-JP ?C?L?§m?C?L?§m^ 0011111101000011001111110100110000111111101000011111100001101101001111110100001100111111010011000011111110100001111110000110110101011110 3f433f4c3fa1f86d3f433f4c3fa1f86d5e
UTF-8 ’C’L‘§m’C’L‘§m^ 1100001010010010010000111100001010010010010011001100001010010001110000101010011101101101110000101001001001000011110000101001001001001100110000101001000111000010101001110110110101011110 c29243c2924cc291c2a76dc29243c2924cc291c2a76d5e
UHC ?C?L?§m?C?L?§m^ 0011111101000011001111110100110000111111101000011101011101101101001111110100001100111111010011000011111110100001110101110110110101011110 3f433f4c3fa1d76d3f433f4c3fa1d76d5e

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