IP から Decimal へ
IP 値を Decimal に変換します。レジスタダンプ、ビットマスク、パケット解析、プロトコルデバッグに向いており、処理はブラウザ内で完結します。
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.