Number Bases
Edit any field and the others update live. Binary (base 2), octal (base 8), decimal (base 10) and hexadecimal (base 16) are just different ways to write the same integer. Common in bit manipulation, color codes, permissions and low-level debugging.