---
title: "IP Converter – IPv4/IPv6 to Decimal, Hex and Dotted Octal"
slug: "/tools/ip-converter"
description: "Convert IPv4/IPv6 between decimal, hexadecimal, octal, dotted decimal, and dotted hex. Useful for analysis, storage, and debugging."
---

## IPv4 Address Converter

Try these examples:

## Understanding IPv4 Addresses

IPv4 (Internet Protocol version 4) addresses are 32-bit numerical labels used to identify devices on a network. They are typically represented in decimal format with four octets separated by periods (e.g., 192.168.1.1).

Each octet represents 8 bits of the address and can range from 0 to 255. The total IPv4 address space allows for approximately 4.3 billion unique addresses.

### Why convert IPv4 addresses?

Converting IPv4 addresses between formats is useful for network troubleshooting, firewall configuration, programming network applications, and understanding how IP addressing functions at different levels.

## Need more networking tools?

Explore our complete suite of network administration utilities

[View All Tools](https://ipgeolocation.io/tools)
