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 à²ßü}à²ßü{^ 1110000010110010110111111111110001111101111000001011001011011111111111000111101101011110 e0b2dffc7de0b2dffc7b5e
SJIS-WIN ????}????{^ 0011111100111111001111110011111101111101001111110011111100111111001111110111101101011110 3f3f3f3f7d3f3f3f3f7b5e
EUC-JP à?ßü}à?ßü{^ 1000111110101011101000100011111110001111101010011100111010001111101010111110010001111101100011111010101110100010001111111000111110101001110011101000111110101011111001000111101101011110 8faba23f8fa9ce8fabe47d8faba23f8fa9ce8fabe47b5e
UTF-8 à²ßü}à²ßü{^ 11000011101000001100001010110010110000111001111111000011101111000111110111000011101000001100001010110010110000111001111111000011101111000111101101011110 c3a0c2b2c39fc3bc7dc3a0c2b2c39fc3bc7b5e
UHC ?²ß?}?²ß?{^ 001111111010100111110111101010011010110000111111011111010011111110101001111101111010100110101100001111110111101101011110 3fa9f7a9ac3f7d3fa9f7a9ac3f7b5e

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