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{^ 11100110100110101011100101011100011011100111110111100110100110101011100101011100011011100111101101011110 e69ab95c6e7de69ab95c6e7b5e
EUC-JP 證ケ\n}證ケ\n{^ 111010111111101010001110101110010101110001101110011111011110101111111010100011101011100101011100011011100111101101011110 ebfa8eb95c6e7debfa8eb95c6e7b5e
UTF-8 證ケ\n}證ケ\n{^ 11101000101011011000100111101111101111011011100101011100011011100111110111101000101011011000100111101111101111011011100101011100011011100111101101011110 e8ad89efbdb95c6e7de8ad89efbdb95c6e7b5e
UHC 證?\n}證?\n{^ 11110001111110110011111101011100011011100111110111110001111110110011111101011100011011100111101101011110 f1fb3f5c6e7df1fb3f5c6e7b5e

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