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 ‘§‘Ÿ~}‘§‘Ÿ~{^ 10010001101001111001000110011111011111100111110110010001101001111001000110011111011111100111101101011110 91a7919f7e7d91a7919f7e7b5e
SJIS-WIN ?§??~}?§??~{^ 001111111000000110011000001111110011111101111110011111010011111110000001100110000011111100111111011111100111101101011110 3f81983f3f7e7d3f81983f3f7e7b5e
EUC-JP ?§??~}?§??~{^ 001111111010000111111000001111110011111101111110011111010011111110100001111110000011111100111111011111100111101101011110 3fa1f83f3f7e7d3fa1f83f3f7e7b5e
UTF-8 ‘§‘Ÿ~}‘§‘Ÿ~{^ 110000101001000111000010101001111100001010010001110000101001111101111110011111011100001010010001110000101010011111000010100100011100001010011111011111100111101101011110 c291c2a7c291c29f7e7dc291c2a7c291c29f7e7b5e
UHC ?§??~}?§??~{^ 001111111010000111010111001111110011111101111110011111010011111110100001110101110011111100111111011111100111101101011110 3fa1d73f3f7e7d3fa1d73f3f7e7b5e

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