Every value is arbitrary precision, and that is the point
The standard parsing functions lose precision above two to the fifty-third, and the values people bring to a base converter are routinely above it: a 64-bit snowflake id, a nanosecond timestamp, a permissions bitmask, a hash prefix. A tool that silently rounds a sixteen-digit integer gives you a confidently wrong answer, which is worse than refusing to answer.
Everything here uses arbitrary-precision integers, so a 64-bit value converts exactly in every base. Underscores, spaces and commas in the input are ignored, so a grouped literal copied out of source code pastes straight in.