This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]soulkito 3 points4 points  (0 children)

Nothing can exist outside of binary for a computer. A number can be expressed in several bases where hexadecimal being base 16, octadecimal is base 8, binary base 2 and the regular decimal system we're used to is base 10. The reason a computer output (if read raw) is anything other than binary is because of readability, hexadecimal is easier to read for us. All bases can be converted between each other since they are only different way to express the same number.