How do I convert a file to unsigned?

I am converting all file bytes to unsigned and put them in an array. How can I do this without errors?
I have been getting errors when trying to do this.

Please provide more details and code that generates the error.

I have figured it out myself. I will just use hexadecimal to never get negatives.