> **Can't find what you're looking for?** Use `search_docs` on the docs MCP server at `https://www.getfoundry.sh/api/mcp` to find what you need.
>
> **Have feedback?** Use `submit_feedback` on the same MCP server.

#### Base Options

`--base-in` *base*
    The base of the input number. Available options:

    10, d, dec, decimal

    16, h, hex, hexadecimal

`--base-out` *base*
    The desired base of the output. Available options:

    2, b, bin, binary

    8, o, oct, octal

    10, d, dec, decimal

    16, h, hex, hexadecimal
