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{^ 10010000101001110011111101011100011011100111110110010000101001110011111101011100011011100111101101011110 90a73f5c6e7d90a73f5c6e7b5e
EUC-JP 制?\n}制?\n{^ 11000000101010010011111101011100011011100111110111000000101010010011111101011100011011100111101101011110 c0a93f5c6e7dc0a93f5c6e7b5e
UTF-8 制렟\n}制렟\n{^ 11100101100010001011011011101011101000001001111101011100011011100111110111100101100010001011011011101011101000001001111101011100011011100111101101011110 e588b6eba09f5c6e7de588b6eba09f5c6e7b5e
UHC 制렟\n}制렟\n{^ 111100001010010010001110101100000101110001101110011111011111000010100100100011101011000001011100011011100111101101011110 f0a48eb05c6e7df0a48eb05c6e7b5e

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