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{^ 10010010101001000011111101011100011011100111110110010010101001000011111101011100011011100111101101011110 92a43f5c6e7d92a43f5c6e7b5e
EUC-JP 彫?\n}彫?\n{^ 11000100101001100011111101011100011011100111110111000100101001100011111101011100011011100111101101011110 c4a63f5c6e7dc4a63f5c6e7b5e
UTF-8 彫렞\n}彫렞\n{^ 11100101101111011010101111101011101000001001111001011100011011100111110111100101101111011010101111101011101000001001111001011100011011100111101101011110 e5bdabeba09e5c6e7de5bdabeba09e5c6e7b5e
UHC 彫렞\n}彫렞\n{^ 111100001100000110001110101011110101110001101110011111011111000011000001100011101010111101011100011011100111101101011110 f0c18eaf5c6e7df0c18eaf5c6e7b5e

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