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 É¾ýÉ¾ý^ 100011111100100110111110111111011000111111001001101111101111110101011110 8fc9befd8fc9befd5e
SJIS-WIN ????????^ 001111110011111100111111001111110011111100111111001111110011111101011110 3f3f3f3f3f3f3f3f5e
EUC-JP ?É?ý?É?ý^ 0011111110001111101010101011000100111111100011111010101111110010001111111000111110101010101100010011111110001111101010111111001001011110 3f8faab13f8fabf23f8faab13f8fabf25e
UTF-8 É¾ýÉ¾ý^ 1100001010001111110000111000100111000010101111101100001110111101110000101000111111000011100010011100001010111110110000111011110101011110 c28fc389c2bec3bdc28fc389c2bec3bd5e
UHC ??¾???¾?^ 0011111100111111101010001111101000111111001111110011111110101000111110100011111101011110 3f3fa8fa3f3f3fa8fa3f5e

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