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{^ 111010010110011111101010010011100101110001101110011111011110100101100111111010100100111001011100011011100111101101011110 e967ea4e5c6e7de967ea4e5c6e7b5e
EUC-JP 馮鶩\n}馮鶩\n{^ 111100011100100011110011101011110101110001101110011111011111000111001000111100111010111101011100011011100111101101011110 f1c8f3af5c6e7df1c8f3af5c6e7b5e
UTF-8 馮鶩\n}馮鶩\n{^ 11101001101001101010111011101001101101101010100101011100011011100111110111101001101001101010111011101001101101101010100101011100011011100111101101011110 e9a6aee9b6a95c6e7de9a6aee9b6a95c6e7b5e
UHC 馮鶩\n}馮鶩\n{^ 111110011010011111011001110100000101110001101110011111011111100110100111110110011101000001011100011011100111101101011110 f9a7d9d05c6e7df9a7d9d05c6e7b5e

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