Decimal to IP Converter
Convert 32-bit decimal integers to dotted-decimal IP addresses.
Samples
About Decimal to IP Conversion
This tool translates a 32-bit Decimal integer into a standard IPv4 dotted-decimal IP address. While humans find IP addresses like `192.168.1.1` easy to read, some systems represent this address as a single decimal number. This tool performs the reverse operation, using bitwise shifts to extract the four 8-bit octets from the decimal number and construct the familiar IP address format.
All conversions and history are stored only in your browser. No data is sent to our servers.