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{^ 100000011010101010000001010111100101110001101110011111011000000110101010100000010101111001011100011011100111101101011110 81aa815e5c6e7d81aa815e5c6e7b5e
EUC-JP ↑/\n}↑/\n{^ 101000101010110010100001101111110101110001101110011111011010001010101100101000011011111101011100011011100111101101011110 a2aca1bf5c6e7da2aca1bf5c6e7b5e
UTF-8 ↑/\n}↑/\n{^ 11100010100001101001000111101111101111001000111101011100011011100111110111100010100001101001000111101111101111001000111101011100011011100111101101011110 e28691efbc8f5c6e7de28691efbc8f5c6e7b5e
UHC ↑/\n}↑/\n{^ 101000011110100010100011101011110101110001101110011111011010000111101000101000111010111101011100011011100111101101011110 a1e8a3af5c6e7da1e8a3af5c6e7b5e

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