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 ÛÞâö^ 110000111001101111000011100111101100001110100010110000111011011001011110 c39bc39ec3a2c3b65e
SJIS-WIN ?????¢?¶^ 0011111100111111001111110011111100111111100000011001000100111111100000011111011101011110 3f3f3f3f3f81913f81f75e
EUC-JP ��âö^ 10001111101010101010101000111111100011111010101010101010001111111000111110101010101010101010000111110001100011111010101010101010101000101111100101011110 8faaaa3f8faaaa3f8faaaaa1f18faaaaa2f95e
UTF-8 ÛÞâö^ 1100001110000011110000101001101111000011100000111100001010011110110000111000001111000010101000101100001110000011110000101011011001011110 c383c29bc383c29ec383c2a2c383c2b65e
UHC ???????¶^ 00111111001111110011111100111111001111110011111100111111101000101101001001011110 3f3f3f3f3f3f3fa2d25e

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