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{^ 1111010011010111010111000110111001111101111101001101011101011100011011100111101101011110 f4d75c6e7df4d75c6e7b5e
SJIS-WIN ?×\n}?×\n{^ 00111111100000010111111001011100011011100111110100111111100000010111111001011100011011100111101101011110 3f817e5c6e7d3f817e5c6e7b5e
EUC-JP ô×\n}ô×\n{^ 1000111110101011110101001010000111011111010111000110111001111101100011111010101111010100101000011101111101011100011011100111101101011110 8fabd4a1df5c6e7d8fabd4a1df5c6e7b5e
UTF-8 ô×\n}ô×\n{^ 110000111011010011000011100101110101110001101110011111011100001110110100110000111001011101011100011011100111101101011110 c3b4c3975c6e7dc3b4c3975c6e7b5e
UHC ?×\n}?×\n{^ 00111111101000011011111101011100011011100111110100111111101000011011111101011100011011100111101101011110 3fa1bf5c6e7d3fa1bf5c6e7b5e

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