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 á«äe}á«äe{^ 1110000110101011111001000110010101111101111000011010101111100100011001010111101101011110 e1abe4657de1abe4657b5e
SJIS-WIN ???e}???e{^ 0011111100111111001111110110010101111101001111110011111100111111011001010111101101011110 3f3f3f657d3f3f3f657b5e
EUC-JP á?äe}á?äe{^ 10001111101010111010000100111111100011111010101110100011011001010111110110001111101010111010000100111111100011111010101110100011011001010111101101011110 8faba13f8faba3657d8faba13f8faba3657b5e
UTF-8 á«äe}á«äe{^ 1100001110100001110000101010101111000011101001000110010101111101110000111010000111000010101010111100001110100100011001010111101101011110 c3a1c2abc3a4657dc3a1c2abc3a4657b5e
UHC ???e}???e{^ 0011111100111111001111110110010101111101001111110011111100111111011001010111101101011110 3f3f3f657d3f3f3f657b5e

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