Simple online tools for developers, networking, text and conversions.

Network Tools

Convert Decimal to IP

Convert a 32-bit decimal value into a dotted decimal IPv4 address.

Tool

Use this Decimal to IP converter to turn a 32-bit decimal number into a readable IPv4 address. It is useful for database checks, integer-based IP storage, debugging, and understanding how numeric IPv4 values map back into dotted decimal notation.

About this tool

Use this Decimal to IP converter to turn a 32-bit decimal number into a readable IPv4 address. It is useful for database checks, integer-based IP storage, debugging, and understanding how numeric IPv4 values map back into dotted decimal notation.

Use convert decimal to ip when you need a fast browser-based result without extra setup. It works well for quick checks, one-off tasks, and routine formatting or calculation work.

Learn more

Why use this tool

How to use

  1. Paste a decimal number into the input box
  2. Click Run Tool to convert it
  3. Review the dotted decimal IPv4 output
  4. Check that the number falls within the IPv4 range
  5. Copy the result if needed

Examples

Example

Input

3232235786

Output

192.168.1.10

Useful when checking integer-based IPv4 storage.

Example

Input

134744072

Output

8.8.8.8

Shows how a 32-bit decimal value maps back to dotted IPv4.

Common errors

The decimal number is outside IPv4 range

Fix: Use a number between 0 and 4294967295.

The input is not numeric

Fix: Enter only the raw decimal value.

The user expects IPv6 support

Fix: This tool is for IPv4 32-bit decimal values only.

FAQ

What does Convert Decimal to IP do?

It converts one 32-bit decimal number into a dotted decimal IPv4 address.

What decimal range is valid?

Valid IPv4 decimal values run from 0 to 4294967295.

Is this the same as Integer to IP?

Yes. Integer to IP and Decimal to IP usually refer to the same IPv4 conversion.

What is the difference between Decimal to IP and Octal to IP?

Decimal to IP expects one 32-bit number, while Octal to IP expects four base-8 groups.

Can I use this for networking study and debugging?

Yes. It is useful for understanding and verifying numeric IPv4 representation.

Use cases

Related tools