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 ?bk\n}?bk\n{^ 00111111011000100110101101011100011011100111110100111111011000100110101101011100011011100111101101011110 3f626b5c6e7d3f626b5c6e7b5e
SJIS-WIN 鯀bk\n}鯀bk\n{^ 111010011011111101100010011010110101110001101110011111011110100110111111011000100110101101011100011011100111101101011110 e9bf626b5c6e7de9bf626b5c6e7b5e
EUC-JP 鯀bk\n}鯀bk\n{^ 111100101100000101100010011010110101110001101110011111011111001011000001011000100110101101011100011011100111101101011110 f2c1626b5c6e7df2c1626b5c6e7b5e
UTF-8 鯀bk\n}鯀bk\n{^ 1110100110101111100000000110001001101011010111000110111001111101111010011010111110000000011000100110101101011100011011100111101101011110 e9af80626b5c6e7de9af80626b5c6e7b5e
UHC ?bk\n}?bk\n{^ 00111111011000100110101101011100011011100111110100111111011000100110101101011100011011100111101101011110 3f626b5c6e7d3f626b5c6e7b5e

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