Number Base Converter
Convert integers and fractional numbers between bases (2–36). For very large integers we use BigInt; fractional conversion is performed to a configurable precision.
Notes: Supported bases 2–36. Integer conversions use BigInt where possible; fractional conversions use floating arithmetic with configured precision.