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 ?v\n}?v\n{^ 0011111101110110010111000110111001111101001111110111011001011100011011100111101101011110 3f765c6e7d3f765c6e7b5e
SJIS-WIN ?v\n}?v\n{^ 0011111101110110010111000110111001111101001111110111011001011100011011100111101101011110 3f765c6e7d3f765c6e7b5e
EUC-JP ?v\n}?v\n{^ 0011111101110110010111000110111001111101001111110111011001011100011011100111101101011110 3f765c6e7d3f765c6e7b5e
UTF-8 Ὴv\n}Ὴv\n{^ 111000011011111110001010011101100101110001101110011111011110000110111111100010100111011001011100011011100111101101011110 e1bf8a765c6e7de1bf8a765c6e7b5e
UHC ?v\n}?v\n{^ 0011111101110110010111000110111001111101001111110111011001011100011011100111101101011110 3f765c6e7d3f765c6e7b5e

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