Hex → IP 변환
Hex 값을 IP로 변환합니다. 레지스터 덤프, 비트마스크, 패킷 분석, 프로토콜 디버깅에 적합하며 처리는 브라우저 안에서 끝납니다.
Up to 8 hex digits. The 0x prefix is optional.
Dotted-decimal IPv4 address.
Decode an 8-digit hexadecimal value back into a familiar dotted-decimal IPv4 address. Hex IPs frequently appear in routing tables, packet captures, and binary log formats.
Why is my hex IP only 6 digits?
Some sources omit leading zeros. The tool pads them automatically up to 8 hex digits.
Does this support IPv6?
No. Use the IPv6 to Binary tool for IPv6 conversions; IPv6 addresses do not fit in 8 hex digits.