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 ??\n}??\n{^ 0011111100111111010111000110111001111101001111110011111101011100011011100111101101011110 3f3f5c6e7d3f3f5c6e7b5e
SJIS-WIN 魏談\n}魏談\n{^ 111010011011000010010010011010110101110001101110011111011110100110110000100100100110101101011100011011100111101101011110 e9b0926b5c6e7de9b0926b5c6e7b5e
EUC-JP 魏談\n}魏談\n{^ 111100101011001011000011110011000101110001101110011111011111001010110010110000111100110001011100011011100111101101011110 f2b2c3cc5c6e7df2b2c3cc5c6e7b5e
UTF-8 魏談\n}魏談\n{^ 11101001101011011000111111101000101010111000011101011100011011100111110111101001101011011000111111101000101010111000011101011100011011100111101101011110 e9ad8fe8ab875c6e7de9ad8fe8ab875c6e7b5e
UHC 魏談\n}魏談\n{^ 111010101110000011010011110010000101110001101110011111011110101011100000110100111100100001011100011011100111101101011110 eae0d3c85c6e7deae0d3c85c6e7b5e

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