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 Ä÷ÂçÄ÷Ô²^ 110001001111011111000010111001111100010011110111110101001011001001011110 c4f7c2e7c4f7d4b25e
SJIS-WIN ?÷???÷??^ 0011111110000001100000000011111100111111001111111000000110000000001111110011111101011110 3f81803f3f3f81803f3f5e
EUC-JP Ä÷ÂçÄ÷Ô?^ 100011111010101010100011101000011110000010001111101010101010010010001111101010111010111010001111101010101010001110100001111000001000111110101010110101000011111101011110 8faaa3a1e08faaa48fabae8faaa3a1e08faad43f5e
UTF-8 Ä÷ÂçÄ÷Ô²^ 1100001110000100110000111011011111000011100000101100001110100111110000111000010011000011101101111100001110010100110000101011001001011110 c384c3b7c382c3a7c384c3b7c394c2b25e
UHC ?÷???÷?²^ 001111111010000111000000001111110011111100111111101000011100000000111111101010011111011101011110 3fa1c03f3f3fa1c03fa9f75e

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