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{^ 100100011010011010010001101000100101110001101110011111011001000110100110100100011010001001011100011011100111101101011110 91a691a25c6e7d91a691a25c6e7b5e
EUC-JP 即造\n}即造\n{^ 110000101010100011000010101001000101110001101110011111011100001010101000110000101010010001011100011011100111101101011110 c2a8c2a45c6e7dc2a8c2a45c6e7b5e
UTF-8 即造\n}即造\n{^ 11100101100011011011001111101001100000001010000001011100011011100111110111100101100011011011001111101001100000001010000001011100011011100111101101011110 e58db3e980a05c6e7de58db3e980a05c6e7b5e
UHC ?造\n}?造\n{^ 00111111111100001110001101011100011011100111110100111111111100001110001101011100011011100111101101011110 3ff0e35c6e7d3ff0e35c6e7b5e

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