Convert any IPv4 or IPv6 address to its decimal representation.
Enter any IPv4 or IPv6 address to instantly get its decimal value. IP addresses are fundamentally numbers - IPv4 addresses map to 32-bit integers and IPv6 to 128-bit integers. The decimal form is commonly used for database storage, range comparisons, and network calculations.
Every IP address is fundamentally a number. An IPv4 address like 192.168.1.1 is a human-readable representation of the 32-bit integer 3232235777. Similarly, IPv6 addresses represent 128-bit integers, producing much larger decimal values.
Converting IP addresses to decimal is useful when working with databases that store addresses as integers, implementing IP range comparisons, configuring access control lists, or performing network calculations. The decimal form allows for straightforward numerical comparisons and arithmetic operations on IP addresses.