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 ??\}??\{^ 001111110011111101011100011111010011111100111111010111000111101101011110 3f3f5c7d3f3f5c7b5e
SJIS-WIN 識\}識\{^ 11110010101011111000111010101111010111000111110111110010101011111000111010101111010111000111101101011110 f2af8eaf5c7df2af8eaf5c7b5e
EUC-JP ?識\}?識\{^ 0011111110111100101100010101110001111101001111111011110010110001010111000111101101011110 3fbcb15c7d3fbcb15c7b5e
UTF-8 識\}識\{^ 1110111010000111101001101110100010101101100110000101110001111101111011101000011110100110111010001010110110011000010111000111101101011110 ee87a6e8ad985c7dee87a6e8ad985c7b5e
UHC ?識\}?識\{^ 0011111111100011110110110101110001111101001111111110001111011011010111000111101101011110 3fe3db5c7d3fe3db5c7b5e

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