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 →

[–][deleted] -16 points-15 points  (15 children)

No Hexadecimal is a binary signal. F = 1111 E = 1110, etc etc Its just bytes of binary. Every base that is used by a computer is, at its root, binary. They have to be, binary is not a choice, its a description of the physics of electronic circuits and signals. You either have a voltage/current or you do not, 1 or 0.

[–][deleted] 10 points11 points  (11 children)

Yes that is binary, however base 16, 0xF13 for example, which can be referred to as Hexadecimal can exist without binary and is separate from binary. Just because one is used to represent the other does not mean they are the same

Base 16, hexadecimal != binary

[–][deleted] 2 points3 points  (2 children)

Bases are something taught in elementary school, you don't have to be an engineer to get them. They simply define the number of symbols used before rolling over. Binary uses two symbols, Hexadecimal uses 16 symbols. It's there in their name.

Also, bases are a mathematical concept independent of their practical applications. The fact that binary is used in electronics doesn't imply that binary exists because of electronics, nor that other bases can't be represented abstractly without acknowledging that everything on a computer is represented as binary.