# Integer to IPv4

Convert integers to IPv4 addresses. Supports batch conversion of multiple integers.

> Canonical page: https://elysiatools.com/en/tools/integer-to-ipv4

- **Category:** Network

- **Keywords:** integer, ipv4, converter, network, ip address, decimal, batch

## Overview

The Integer to IPv4 converter allows you to quickly transform decimal or hexadecimal integers into standard dotted-decimal IPv4 address format. Designed for network administrators and developers, this tool supports batch processing to handle multiple values simultaneously with optional binary and hexadecimal output.

## Inputs

- **Integer Values** (textarea): Enter integers to convert, one per line: 3232235777 167772161 2886729729 2130706433 134744072 You can also use hexadecimal: 0xC0A80101 0x0A000001
- **Include Binary** (checkbox): Show 32-bit binary representation
- **Include Hexadecimal** (checkbox): Show hexadecimal representation
- **Sort by Integer Value** (checkbox): Sort results by integer value (ascending)
- **Add Line Numbers** (checkbox): Number each conversion result
- **Show Source Data** (checkbox): Display original integer values in results

## When to use

- Decoding raw integer values found in database logs or network configuration files.
- Converting large lists of decimal IP representations into human-readable IPv4 formats.
- Verifying network address ranges by comparing integer values against their corresponding IP addresses.

## How it works

- Paste your list of integers or hexadecimal values into the input area, placing each value on a new line.
- Select optional output formats such as binary or hexadecimal representations to include in your results.
- Enable sorting or line numbering if you need to organize or reference specific entries in your output.
- Click the convert button to instantly generate the corresponding IPv4 addresses.

## Use cases

- Parsing system logs that store IP addresses as integers to save storage space.
- Translating network routing table data for easier troubleshooting and analysis.
- Converting database-stored IP integers back to readable formats for reporting purposes.

## Frequently asked questions

### Can I convert hexadecimal values?

Yes, the tool accepts both standard decimal integers and hexadecimal values (e.g., 0xC0A80101).

### Does this tool support batch processing?

Yes, you can paste multiple integers, one per line, and the tool will convert all of them in a single operation.

### What is the output format?

The primary output is the standard dotted-decimal IPv4 format (e.g., 192.168.1.1).

### Can I see the binary representation of the IP?

Yes, by checking the 'Include Binary' option, the tool will display the 32-bit binary string alongside the IPv4 address.

### Is my data sent to a server?

This tool performs the conversion locally in your browser, ensuring your data remains private and secure.

## Related tools

- [Integer to IPv6](https://elysiatools.com/en/tools/integer-to-ipv6): Convert integers (128-bit) to IPv6 addresses. Supports batch conversion.
- [IPv4 to Integer](https://elysiatools.com/en/tools/ipv4-to-integer): Convert IPv4 addresses to integers. Supports batch conversion of multiple addresses.
- [IPv4 to IPv6](https://elysiatools.com/en/tools/ipv4-to-ipv6): Convert IPv4 addresses to IPv6 addresses. Supports IPv4-mapped and IPv4-compatible formats.
- [IPv6 to Integer](https://elysiatools.com/en/tools/ipv6-to-integer): Convert IPv6 addresses to integers (128-bit). Supports batch conversion.
- [MAC OUI Vendor Lookup](https://elysiatools.com/en/tools/mac-oui-vendor-lookup): Look up the manufacturer of a MAC address from the IEEE OUI database, or reverse-search a company name to list all its OUI blocks — fully offline
- [CIDR Calculator](https://elysiatools.com/en/tools/cidr-calculator): Calculate network information from CIDR notation. Supports IPv4 and IPv6.
- [IP Geolocation](https://elysiatools.com/en/tools/ip-geolocation): Visualize the geographic location, network (ASN/ISP), timezone, and security posture of any IP address as a rich card report
- [DNSSEC Chain & RDAP Trust Auditor](https://elysiatools.com/en/tools/whois-rdap-dnssec-chain-validator-and-iana-bootstrap-trust-auditor): Audit a domain end to end: IANA RDAP bootstrap referral, registry/registrar WHOIS data, and the DNSSEC chain of trust from the root KSK through the TLD DS to the apex DNSKEY — with DS digest verification and RRSIG expiry flags.

## Samples

- [Web Image Processing Python Samples](https://elysiatools.com/en/samples/web-image-processing-python): Web Python image processing examples using PIL/Pillow including reading, saving, resizing, and format conversion
- [Android Image Processing Java Samples](https://elysiatools.com/en/samples/android-image-processing-java): Android Java image processing examples including reading/saving images, scaling, and format conversion
- [Android Image Processing Kotlin Samples](https://elysiatools.com/en/samples/android-image-processing-kotlin): Android Kotlin image processing examples including reading/saving images, scaling, and format conversion
- [Web Image Processing Rust Samples](https://elysiatools.com/en/samples/web-image-processing-rust): Web Rust image processing examples including image read/save, scaling, and format conversion

## Related content

- [Network Triage, Packet Inspection, and Endpoint Debugging](https://elysiatools.com/en/hubs/network-triage-debugging): Inspect captures, replay webhooks, validate addresses and CIDR ranges, check DNS, WHOIS, hosts files, TLS, and user agents, then record a focused network diagnosis.
- [Network Address Conversion and Evidence Preparation](https://elysiatools.com/en/hubs/network-convert): Validate addresses, convert IPv4 and IPv6 formats, normalize URL and webhook inputs, and package DNS, hosts, port, WHOIS, and packet evidence for review.
