Convert IPv4 addresses to 32-bit integers and vice versa. Useful for database storage, IP comparison, and geolocation. Numeric addresses work the same as IPs when accessed in a browser—saves storage space and enables sorting.
A numeric address is the decimal form of an IP address. Accessing http://66.102.7.147 and http://1113982867 in a browser produces the same result.
Example: 66.102.7.147
Formula: 66×256³ + 102×256² + 7×256 + 147 = 1113982867
1113982867 is the numeric address for IP 66.102.7.147.