IP to Decimal
Convert any IPv4 address into a single 32-bit unsigned decimal integer for storage and indexing.
Standard dotted-decimal IPv4.
Unsigned 32-bit decimal value.
Convert an IPv4 address into a single 32-bit unsigned decimal integer. This single-value form is ideal for storage, comparison, and lookup in databases and analytics pipelines.
Is this signed or unsigned?
Unsigned. The result is always between 0 and 4294967295.
Does this support IPv6?
No. IPv6 needs a 128-bit representation; use the IPv6 to Binary tool instead.