So Ive been working on a code to convert hexadecimal to ASCII then sort the letters with selection sort. But when I get a input such as HBbmYa, it outputs as B,H,Y,a,b,m. Is