Decimal to IP Converter
Convert decimal IPv4 integers into dotted IP addresses instantly.
Decimal to IP Converter - Convert Decimal Numbers to IP Addresses
Convert decimal numbers back to IP addresses with our free online Decimal to IP Converter. Every IP address (like 192.168.1.1) is actually a 32-bit number stored as a single decimal integer. This tool reverses that conversion — it takes a decimal integer and converts it into the familiar dotted-decimal IP address format. Essential for network administrators, developers working with network APIs, and anyone who needs to decode IP address representations.
How Decimal to IP Conversion Works
An IPv4 address is a 32-bit number typically divided into four 8-bit octets. When stored as a single integer (e.g., 3232235777 = 192.168.1.1), the conversion is done by splitting the 32-bit value into four separate bytes and writing them in dotted notation. Our tool performs this conversion instantly, supporting both the standard integer representation and hexadecimal input formats.
Frequently Asked Questions
What is a decimal IP address?
A decimal IP address is the 32-bit IP address represented as a single integer. For example, the decimal equivalent of 192.168.1.1 is 3232235777. This representation is commonly used in network programming, databases, and system configurations.
How do I convert a decimal to an IP address?
Simply enter a decimal integer (like 3232235777) into the input field. The tool instantly converts it to the dotted-decimal IP format (192.168.1.1). You can also paste hexadecimal values for conversion.
What range of decimal values is valid?
Valid IPv4 addresses range from 0 (0.0.0.0) to 4294967295 (255.255.255.255). Values outside this range cannot be converted to valid IPv4 addresses.
Why would I need to convert decimal to IP?
Many databases and log systems store IP addresses as integers for efficiency. Network APIs often return IPs in decimal format. Developers frequently need to convert between these formats when analyzing logs, configuring networks, or building networking applications.
Can I convert multiple decimal values at once?
Yes, you can enter multiple decimal values (one per line) and the tool will convert all of them to their corresponding IP addresses in batch, making it easy to process lists of addresses.