convert_number_base
Convert numbers between any two bases (2-36), including binary, octal, decimal, and hexadecimal.
Instructions
Convert numbers between different bases (binary, octal, decimal, hexadecimal)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| number | Yes | Number to convert | |
| fromBase | Yes | Source base (2-36) | |
| toBase | Yes | Target base (2-36) |