Convert numbers between decimal, binary, octal, hexadecimal, and any base from 2 to 36. Supports large numbers and fractional values.
Any base from 2 (binary) to 36. Common bases include binary (2), octal (8), decimal (10), and hexadecimal (16).
Yes, the converter supports very large numbers using JavaScript's BigInt for integer conversions.
Bases above 10 use letters A-Z to represent digits. For example, hex uses 0-9 and A-F.