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 ‘§‘Ÿ]n}‘§‘Ÿ]n{^ 100100011010011110010001100111110101110101101110011111011001000110100111100100011001111101011101011011100111101101011110 91a7919f5d6e7d91a7919f5d6e7b5e
SJIS-WIN ?§??]n}?§??]n{^ 0011111110000001100110000011111100111111010111010110111001111101001111111000000110011000001111110011111101011101011011100111101101011110 3f81983f3f5d6e7d3f81983f3f5d6e7b5e
EUC-JP ?§??]n}?§??]n{^ 0011111110100001111110000011111100111111010111010110111001111101001111111010000111111000001111110011111101011101011011100111101101011110 3fa1f83f3f5d6e7d3fa1f83f3f5d6e7b5e
UTF-8 ‘§‘Ÿ]n}‘§‘Ÿ]n{^ 1100001010010001110000101010011111000010100100011100001010011111010111010110111001111101110000101001000111000010101001111100001010010001110000101001111101011101011011100111101101011110 c291c2a7c291c29f5d6e7dc291c2a7c291c29f5d6e7b5e
UHC ?§??]n}?§??]n{^ 0011111110100001110101110011111100111111010111010110111001111101001111111010000111010111001111110011111101011101011011100111101101011110 3fa1d73f3f5d6e7d3fa1d73f3f5d6e7b5e

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