← Back to Home

Base Converter

/base-convert/:from/:to/:number
Convert numbers between different bases: Binary (2), Octal (8), Decimal (10), Hexadecimal (16).
Try it now

Parameters

from path
Source base (2, 8, 10, or 16)
to path
Target base (2, 8, 10, or 16)
number path
Number to convert

Examples

curl
curl https://tcpdata.com/base-convert/10/2/42
curl
curl https://tcpdata.com/base-convert/16/10/FF