๐ข Number Base Converter
Convert numbers between binary, octal, decimal, and hexadecimal
Decimal (Base 10)
Common Prefixes:
โข Binary: 0b (e.g., 0b1010)
โข Octal: 0o (e.g., 0o12)
โข Decimal: none (e.g., 10)
โข Hexadecimal: 0x (e.g., 0xA)
Valid Characters:
โข Binary: 0-1
โข Octal: 0-7
โข Decimal: 0-9
โข Hexadecimal: 0-9, A-F