Collections:
Convert IPv6 to IPv4 Address
How to convert IPv6 to IPv4 addresses?
In order to help your programming or testing tasks, FYIcenter.com has designed this online tool for you to convert any given IPv6 address to IPv4 addresses.
All you need to do is to enter an IPv6 address and click the "Convert" button. Converted IPv4 address will be displayed in the result area.
✍: Guest
Converted result by FYIcenter.com - IPv4 Address:
Specified IPv6 Address: Valid ✔
IPv6 Address: 2002:c0a8:6465::c0a8:6465
This IPv6 Address Represents the 6to4 Mapping of an IPv4 Address
Mapped Segments: 2002:c0a8:6465::
---- ----
IPv4 Address: 192.168.100.101
How IPv4 addresses are encapsulated in IPv6 addresses?
There several ways to encapsulate an IPv4 address in an IPv6 address:
1. Dual Format of IPv4 Mapped Address - Prefix the IPv4 address with '0000:0000:0000:0000:0000:ffff:' to form the IPv6 address in the dual format. For example, IPv4 address, '192.168.100.101', should be converted as, '0000:0000:0000:0000:0000:ffff:192.168.100.101', or " ::ffff:192.168.100.101" in compressed format.
2. Hex Format of IPv4 Mapped Address - Convert the IPv4 address to 2 hex segments and prefix it with '0000:0000:0000:0000:0000:ffff:' to form the IPv6 address. For example, IPv4 address, '192.168.100.101', should be converted as, '0000:0000:0000:0000:0000:ffff:c0a8:6465', or " ::ffff:c0a8:6465" in compressed format.
3. Dual Format of NAT64 Prefix Address - Prefix the IPv4 address with '0064:ff9b:0000:0000:0000:0000:' to form the IPv6 address in the dual format. For example, IPv4 address, '192.168.100.101', should be converted as, '0064:ff9b:0000:0000:0000:0000:192.168.100.101', or " 64:ff9b::192.168.100.101" in compressed format.
4. Hex Format of NAT64 Prefix Address - Convert the IPv4 address to 2 hex segments and prefix it with '0000:0000:0000:0000:0000:ffff:' to form the IPv6 address. For example, IPv4 address, '192.168.100.101', should be converted as, '0064:ff9b:0000:0000:0000:0000:c0a8:6465', or " 64:ff9b::c0a8:6465" in compressed format.
5. 6to4 Mapping of IPv4 Address - Convert the IPv4 address 2 hex segments, prefix it with '2002', and pad it with 5 segments of "0000. For example, IPv4 address, '192.168.100.101', should be converted as, '2002:c0a8:6465:0000:0000:0000:0000:0000', or " 2002:c0a8:6465::" in compressed format.
6. 6-to-4 Mapping of IPv4 Address - Identical to 6to4 Mapping of IPv4 Address, except that the IPv4 address is also mapped to the end of the IPv6 address. For example, IPv4 address, '192.168.100.101', should be converted as, '2002:c0a8:6465:0000:0000:0000:c0a8:6465', or " 2002:c0a8:6465::c0a8:6465" in compressed format.
⇐ Convert IPv4 to IPv6 Address
⇑⇑ Online Tools
2026-01-07, ∼693🔥, 0💬
Popular Posts:
How to valid UUID/GUID strings? In order to help your programming or testing tasks, FYIcenter.com ha...
How to turn off HTTP response compression in SoapUI? HTTP response compression reduces the data size...
How to convert a date and time to a standard format? Date and time can be displayed in a number of s...
Where to find tutorials on Selenium test tools? I want to know how to use Selenium. Here is a large ...
How to turn on Chrome WebDriver logging with Selenium Python API? If you want to turn on logging on ...