Loading...
IP Utility
Enter an IPv4 address to see its different representations.
Generated pattern for strict validation including CIDR & Port.
This pattern validates CIDR prefixes (0-32) and port numbers (1-65535). Use it in languages like JavaScript, Python, or Java for robust string validation.
Dotted-Octal IPs: Linux tools sometimes accept IPs in octal format (e.g., 0300.0250.001.001), but this is often considered a security risk as it can bypass some simple filtering systems.
Hex IPs: Some browsers will resolve dotted-hex IP addresses like 0xC0.0xA8.0x01.0x01 just as they would decimal ones.
Was this tool helpful?