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 ¾ßí¼¾ßí¼^ 101111101101111111101101101111001011111011011111111011011011110001011110 bedfedbcbedfedbc5e
SJIS-WIN ????????^ 001111110011111100111111001111110011111100111111001111110011111101011110 3f3f3f3f3f3f3f3f5e
EUC-JP ?ßí??ßí?^ 0011111110001111101010011100111010001111101010111011111100111111001111111000111110101001110011101000111110101011101111110011111101011110 3f8fa9ce8fabbf3f3f8fa9ce8fabbf3f5e
UTF-8 ¾ßí¼¾ßí¼^ 1100001010111110110000111001111111000011101011011100001010111100110000101011111011000011100111111100001110101101110000101011110001011110 c2bec39fc3adc2bcc2bec39fc3adc2bc5e
UHC ¾ß?¼¾ß?¼^ 101010001111101010101001101011000011111110101000111110011010100011111010101010011010110000111111101010001111100101011110 a8faa9ac3fa8f9a8faa9ac3fa8f95e

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