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.