IPv6 Expand
Expand a compressed IPv6 address to its full representation.
No results yet
Enter a ipv6 address above and press Run to start the check.
About the IPv6 Expand
IPv6 Expand takes a compressed IPv6 address and rewrites it in full, uncompressed form with all eight 16-bit groups and every leading zero restored. Expanding an address makes each hextet explicit, which is useful when matching addresses by substring, building reverse DNS records, or comparing addresses byte by byte. It is the inverse of IPv6 compression.
How to use
- Enter a compressed IPv6 address that uses :: notation.
- Click Expand to restore all groups and leading zeros.
- Copy the full 39-character representation if needed.
Frequently asked questions
- Why would I need the expanded form?
- Full form is helpful for reverse DNS (ip6.arpa) records, exact text matching, and reading the address bit by bit, since every group is shown explicitly.
- How long is a fully expanded IPv6 address?
- It is 39 characters: eight groups of four hex digits separated by seven colons, for example 2001:0db8:0000:0000:0000:0000:0000:0001.
- Does expanding change the address?
- No. The expanded and compressed forms encode the identical 128-bit value; only the presentation differs.