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 ?b\n}?b\n{^ 0011111101100010010111000110111001111101001111110110001001011100011011100111101101011110 3f625c6e7d3f625c6e7b5e
SJIS-WIN 豺b\n}豺b\n{^ 11100110101101110110001001011100011011100111110111100110101101110110001001011100011011100111101101011110 e6b7625c6e7de6b7625c6e7b5e
EUC-JP 豺b\n}豺b\n{^ 11101100101110010110001001011100011011100111110111101100101110010110001001011100011011100111101101011110 ecb9625c6e7decb9625c6e7b5e
UTF-8 豺b\n}豺b\n{^ 111010001011000110111010011000100101110001101110011111011110100010110001101110100110001001011100011011100111101101011110 e8b1ba625c6e7de8b1ba625c6e7b5e
UHC 豺b\n}豺b\n{^ 11100011110011110110001001011100011011100111110111100011110011110110001001011100011011100111101101011110 e3cf625c6e7de3cf625c6e7b5e

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