Convert between binary, decimal, hexadecimal, and octal
• Binary (Base 2): Uses only 0 and 1, fundamental in computing
• Decimal (Base 10): Standard number system (0-9)
• Hexadecimal (Base 16): Uses 0-9 and A-F, common in programming
• Octal (Base 8): Uses 0-7, used in Unix permissions