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{^ 10010111011001000011111101011100011011100111110110010111011001000011111101011100011011100111101101011110 97643f5c6e7d97643f5c6e7b5e
EUC-JP 妖?\n}妖?\n{^ 11001101110001010011111101011100011011100111110111001101110001010011111101011100011011100111101101011110 cdc53f5c6e7dcdc53f5c6e7b5e
UTF-8 妖숥\n}妖숥\n{^ 11100101101001101001011011101100100010001010010101011100011011100111110111100101101001101001011011101100100010001010010101011100011011100111101101011110 e5a696ec88a55c6e7de5a696ec88a55c6e7b5e
UHC 妖숥\n}妖숥\n{^ 111010001110110110011010010000100101110001101110011111011110100011101101100110100100001001011100011011100111101101011110 e8ed9a425c6e7de8ed9a425c6e7b5e

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