Skip to main content
Back to tools

IP Parser

Parse IPv4 and IPv6 addresses with subnet, CIDR, and binary info

About IP Parser

IP Parser lets you parse ipv4 and ipv6 addresses with subnet, cidr, and binary info.

Category: API.

Frequently asked questions

What is the difference between IPv4 and IPv6?

IPv4 uses 32-bit addresses in dotted decimal notation (192.168.1.1), supporting ~4.3 billion addresses. IPv6 uses 128-bit addresses in hexadecimal (2001:db8::1), supporting ~340 undecillion addresses — solving IPv4 exhaustion.

What is a subnet mask?

A 32-bit number that divides an IP address into network and host parts. /24 (255.255.255.0) means the first 24 bits identify the network and the last 8 bits identify the host — allowing 254 usable host addresses.

What are private IP address ranges?

10.0.0.0/8, 172.16.0.0/12, and 192.168.0.0/16 are reserved for private networks (RFC 1918). These addresses are not routable on the public internet and are used in home and corporate networks.

Related tools