Your question is not so accurate as you need to identify whether the attributes you mentioned are regular attributes or class attributes. If those attribute are regular ones, converting them is not necessary as it depends on the algorithm or the the task itself. On the other hand, for classification purposes, if your class attribute has 0 or 1 values, then converting this class into a nominal type is required.
Indeed, my question is not about class but for attributes values which may have values like {Y/N, NIN, Y/Y N/Y}, how can I deal with? I can insert them directly into Weka tool or I must convert them to another format.