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 ‘§‘Ÿxn}‘§‘Ÿxn{^ 100100011010011110010001100111110111100001101110011111011001000110100111100100011001111101111000011011100111101101011110 91a7919f786e7d91a7919f786e7b5e
SJIS-WIN ?§??xn}?§??xn{^ 0011111110000001100110000011111100111111011110000110111001111101001111111000000110011000001111110011111101111000011011100111101101011110 3f81983f3f786e7d3f81983f3f786e7b5e
EUC-JP ?§??xn}?§??xn{^ 0011111110100001111110000011111100111111011110000110111001111101001111111010000111111000001111110011111101111000011011100111101101011110 3fa1f83f3f786e7d3fa1f83f3f786e7b5e
UTF-8 ‘§‘Ÿxn}‘§‘Ÿxn{^ 1100001010010001110000101010011111000010100100011100001010011111011110000110111001111101110000101001000111000010101001111100001010010001110000101001111101111000011011100111101101011110 c291c2a7c291c29f786e7dc291c2a7c291c29f786e7b5e
UHC ?§??xn}?§??xn{^ 0011111110100001110101110011111100111111011110000110111001111101001111111010000111010111001111110011111101111000011011100111101101011110 3fa1d73f3f786e7d3fa1d73f3f786e7b5e

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