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‘§D}’C’L‘§D{^ 1001001001000011100100100100110010010001101001110100010001111101100100100100001110010010010011001001000110100111010001000111101101011110 9243924c91a7447d9243924c91a7447b5e
SJIS-WIN ?C?L?§D}?C?L?§D{^ 00111111010000110011111101001100001111111000000110011000010001000111110100111111010000110011111101001100001111111000000110011000010001000111101101011110 3f433f4c3f8198447d3f433f4c3f8198447b5e
EUC-JP ?C?L?§D}?C?L?§D{^ 00111111010000110011111101001100001111111010000111111000010001000111110100111111010000110011111101001100001111111010000111111000010001000111101101011110 3f433f4c3fa1f8447d3f433f4c3fa1f8447b5e
UTF-8 ’C’L‘§D}’C’L‘§D{^ 11000010100100100100001111000010100100100100110011000010100100011100001010100111010001000111110111000010100100100100001111000010100100100100110011000010100100011100001010100111010001000111101101011110 c29243c2924cc291c2a7447dc29243c2924cc291c2a7447b5e
UHC ?C?L?§D}?C?L?§D{^ 00111111010000110011111101001100001111111010000111010111010001000111110100111111010000110011111101001100001111111010000111010111010001000111101101011110 3f433f4c3fa1d7447d3f433f4c3fa1d7447b5e

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