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 ©Á~}©Á~{^ 1000111110101001110000010111111001111101100011111010100111000001011111100111101101011110 8fa9c17e7d8fa9c17e7b5e
SJIS-WIN ???~}???~{^ 0011111100111111001111110111111001111101001111110011111100111111011111100111101101011110 3f3f3f7e7d3f3f3f7e7b5e
EUC-JP ?©Á~}?©Á~{^ 00111111100011111010001011101101100011111010101010100001011111100111110100111111100011111010001011101101100011111010101010100001011111100111101101011110 3f8fa2ed8faaa17e7d3f8fa2ed8faaa17e7b5e
UTF-8 ©Á~}©Á~{^ 1100001010001111110000101010100111000011100000010111111001111101110000101000111111000010101010011100001110000001011111100111101101011110 c28fc2a9c3817e7dc28fc2a9c3817e7b5e
UHC ???~}???~{^ 0011111100111111001111110111111001111101001111110011111100111111011111100111101101011110 3f3f3f7e7d3f3f3f7e7b5e

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