How Number Base Conversion Works
A number base is just a rule for grouping the same quantity — binary groups by 2, octal by 8, decimal by 10, and hexadecimal by 16. Converting between bases never changes the quantity, only how it's written.
Does changing the number base change the quantity?