🔢
Number Base Converter
Convert a number between bases (2, 8, 10, 16).
converter
API: POST /api/tools/number-base
Input
Result
🔌 API Usage
POST /api/tools/number-base
Content-Type: application/json
// Example body:
{
"value": "",
"from_base": "10",
"to_base": "16"
}
Content-Type: application/json
// Example body:
{
"value": "",
"from_base": "10",
"to_base": "16"
}