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{^ 10001000101110010011111101011100011011100111110110001000101110010011111101011100011011100111101101011110 88b93f5c6e7d88b93f5c6e7b5e
EUC-JP 飴?\n}飴?\n{^ 10110000101110110011111101011100011011100111110110110000101110110011111101011100011011100111101101011110 b0bb3f5c6e7db0bb3f5c6e7b5e
UTF-8 飴卄\n}飴卄\n{^ 11101001101000111011010011100101100011011000010001011100011011100111110111101001101000111011010011100101100011011000010001011100011011100111101101011110 e9a3b4e58d845c6e7de9a3b4e58d845c6e7b5e
UHC 飴卄\n}飴卄\n{^ 111011001100011111101100111111100101110001101110011111011110110011000111111011001111111001011100011011100111101101011110 ecc7ecfe5c6e7decc7ecfe5c6e7b5e

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