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 ¾®ô¡D¾®ô¡D^ 1011111010101110111101001010000101000100101111101010111011110100101000010100010001011110 beaef4a144beaef4a1445e
SJIS-WIN ????D????D^ 0011111100111111001111110011111101000100001111110011111100111111001111110100010001011110 3f3f3f3f443f3f3f3f445e
EUC-JP ?®ô¡D?®ô¡D^ 0011111110001111101000101110111010001111101010111101010010001111101000101100001001000100001111111000111110100010111011101000111110101011110101001000111110100010110000100100010001011110 3f8fa2ee8fabd48fa2c2443f8fa2ee8fabd48fa2c2445e
UTF-8 ¾®ô¡D¾®ô¡D^ 11000010101111101100001010101110110000111011010011000010101000010100010011000010101111101100001010101110110000111011010011000010101000010100010001011110 c2bec2aec3b4c2a144c2bec2aec3b4c2a1445e
UHC ¾®?¡D¾®?¡D^ 1010100011111010101000101110011100111111101000101010111001000100101010001111101010100010111001110011111110100010101011100100010001011110 a8faa2e73fa2ae44a8faa2e73fa2ae445e

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