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 ÀËé¾ÀËé¾^ 110000001100101111101001101111101100000011001011111010011011111001011110 c0cbe9bec0cbe9be5e
SJIS-WIN ????????^ 001111110011111100111111001111110011111100111111001111110011111101011110 3f3f3f3f3f3f3f3f5e
EUC-JP ÀËé?ÀËé?^ 100011111010101010100010100011111010101010110011100011111010101110110001001111111000111110101010101000101000111110101010101100111000111110101011101100010011111101011110 8faaa28faab38fabb13f8faaa28faab38fabb13f5e
UTF-8 ÀËé¾ÀËé¾^ 1100001110000000110000111000101111000011101010011100001010111110110000111000000011000011100010111100001110101001110000101011111001011110 c380c38bc3a9c2bec380c38bc3a9c2be5e
UHC ???¾???¾^ 0011111100111111001111111010100011111010001111110011111100111111101010001111101001011110 3f3f3fa8fa3f3f3fa8fa5e

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