The base path is
/tools/number-base-converter/*.Number Base Converter
| Name | Category | Tool Key | Path |
|---|---|---|---|
| Binary to Decimal | Base Conversion | binary_to_decimal | /tools/number-base-converter/binary-to-decimal |
| Decimal to Binary | Base Conversion | decimal_to_binary | /tools/number-base-converter/decimal-to-binary |
| Hexadecimal to Decimal | Base Conversion | hex_to_decimal | /tools/number-base-converter/hex-to-decimal |
| Decimal to Hexadecimal | Base Conversion | decimal_to_hex | /tools/number-base-converter/decimal-to-hex |
| Octal to Decimal | Base Conversion | octal_to_decimal | /tools/number-base-converter/octal-to-decimal |
| Decimal to Octal | Base Conversion | decimal_to_octal | /tools/number-base-converter/decimal-to-octal |
| Any Base to Any Base | Base Conversion | base_to_base | /tools/number-base-converter/base-to-base |