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‘§’G‘¼‘½^ 10010010010000111001001001001100100100011010011110010010010001111001000110111100100100011011110101011110 9243924c91a7924791bc91bd5e
SJIS-WIN ?C?L?§?G????^ 0011111101000011001111110100110000111111100000011001100000111111010001110011111100111111001111110011111101011110 3f433f4c3f81983f473f3f3f3f5e
EUC-JP ?C?L?§?G????^ 0011111101000011001111110100110000111111101000011111100000111111010001110011111100111111001111110011111101011110 3f433f4c3fa1f83f473f3f3f3f5e
UTF-8 ’C’L‘§’G‘¼‘½^ 11000010100100100100001111000010100100100100110011000010100100011100001010100111110000101001001001000111110000101001000111000010101111001100001010010001110000101011110101011110 c29243c2924cc291c2a7c29247c291c2bcc291c2bd5e
UHC ?C?L?§?G?¼?½^ 00111111010000110011111101001100001111111010000111010111001111110100011100111111101010001111100100111111101010001111011001011110 3f433f4c3fa1d73f473fa8f93fa8f65e

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