IP to Number Converter
Convert any IP address to its numeric representation and vice versa. Supports both IPv4 (32-bit) and IPv6 (128-bit) formats.
IPv4 Conversion
IPv4 addresses are 32-bit numbers represented as four 8-bit octets separated by periods
(e.g., 192.168.0.1). The numeric range is 0 to 4,294,967,295.
IPv6 Conversion
IPv6 addresses are 128-bit numbers represented in hexadecimal as eight 16-bit groups
separated by colons (e.g., 2001:0db8:85a3::8a2e:0370:7334).
How it works
An IP address is essentially a number. IPv4 uses 32 bits (4 bytes), while IPv6 uses 128 bits (16 bytes). This tool converts between the human-readable dotted/colon notation and the underlying numeric value.