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}àÝüC{^ 1110000011011101111111000100001101111101111000001101110111111100010000110111101101011110 e0ddfc437de0ddfc437b5e
SJIS-WIN ???C}???C{^ 0011111100111111001111110100001101111101001111110011111100111111010000110111101101011110 3f3f3f437d3f3f3f437b5e
EUC-JP àÝüC}àÝüC{^ 1000111110101011101000101000111110101010111100101000111110101011111001000100001101111101100011111010101110100010100011111010101011110010100011111010101111100100010000110111101101011110 8faba28faaf28fabe4437d8faba28faaf28fabe4437b5e
UTF-8 àÝüC}àÝüC{^ 1100001110100000110000111001110111000011101111000100001101111101110000111010000011000011100111011100001110111100010000110111101101011110 c3a0c39dc3bc437dc3a0c39dc3bc437b5e
UHC ???C}???C{^ 0011111100111111001111110100001101111101001111110011111100111111010000110111101101011110 3f3f3f437d3f3f3f437b5e

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