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{^ 10010010111100100011111101011100011011100111110110010010111100100011111101011100011011100111101101011110 92f23f5c6e7d92f23f5c6e7b5e
EUC-JP 梯?\n}梯?\n{^ 11000100111101000011111101011100011011100111110111000100111101000011111101011100011011100111101101011110 c4f43f5c6e7dc4f43f5c6e7b5e
UTF-8 梯렕\n}梯렕\n{^ 11100110101000101010111111101011101000001001010101011100011011100111110111100110101000101010111111101011101000001001010101011100011011100111101101011110 e6a2afeba0955c6e7de6a2afeba0955c6e7b5e
UHC 梯렕\n}梯렕\n{^ 111100001010110010001110101010100101110001101110011111011111000010101100100011101010101001011100011011100111101101011110 f0ac8eaa5c6e7df0ac8eaa5c6e7b5e

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