Converting...
Convert IP addresses between different formats including decimal, binary, hex. Supports both IPv4 and IPv6 addresses. Essential for networking, programming, and system administration tasks.
Different systems store IP addresses in different formats. Databases often use decimal, programming uses hex, and networking calculations use binary.
Class A (1-126), Class B (128-191), Class C (192-223) define network size. Class D is multicast, Class E is experimental. Private ranges exist in each class.
Private IPs (10.x.x.x, 172.16-31.x.x, 192.168.x.x) are for internal networks. Public IPs are routable on the internet and globally unique.
This tool focuses on IPv4 addresses. IPv6 uses a different format (128-bit vs 32-bit) and different conversion methods due to its hexadecimal colon notation.