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{^ 100010111111011110010000111110000101110001101110011111011000101111110111100100001111100001011100011011100111101101011110 8bf790f85c6e7d8bf790f85c6e7b5e
EUC-JP 隅煽\n}隅煽\n{^ 101101101111100111000000111110100101110001101110011111011011011011111001110000001111101001011100011011100111101101011110 b6f9c0fa5c6e7db6f9c0fa5c6e7b5e
UTF-8 隅煽\n}隅煽\n{^ 11101001100110101000010111100111100001011011110101011100011011100111110111101001100110101000010111100111100001011011110101011100011011100111101101011110 e99a85e785bd5c6e7de99a85e785bd5c6e7b5e
UHC 隅煽\n}隅煽\n{^ 111010011110101011100000110000110101110001101110011111011110100111101010111000001100001101011100011011100111101101011110 e9eae0c35c6e7de9eae0c35c6e7b5e

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