IPv6 Compression or Expansion

This tool compress IPv6 address and vice versa.

     

Cancel

Free IPv6-Country database is available at www.ip2location.com, a complimentary version provided by IP2Location™.


Add this to your Website

IPv6 Compression or Expansion
IPv6 Compression or Expansion

     

Add this to your web site by copy the following HTML code and place it in your web page.

HTML Code

<form action="http://ipaddressguide.com/ipv6" method="post">
<p style="background:#fff;border:1px solid #99A8AE;width:180px;padding:5px 5px 5px 5px;font-size:11px;font-family:'Trebuchet MS',Arial,Sans-serif;">
	<a href="http://ipaddressguide.com" target="_blank"><img src="http://ipaddressguide.com/images/ipaddressguide.gif" alt="IPv6 Compression or Expansion" border="0" width="120" height="12" /></a><br />
	<b>IPv6 Compression or Expansion</b><br /><br />
	<label>IPv6 Address</label> <input type="text" name="ip" value="" style="border:solid 1px #C0C0C0;font-size:9px;width:110px;" /><br />
	<input type="radio" name="compress" id="c" value="1" checked /> <label for="c" style="display:inline;">Compress</label>
	<input type="radio" name="compress" id="e" value="0" /> <label for="e" style="display:inline;">Expand</label>
	<input type="submit" value="Convert" style="width:100px;font-size:10px;margin-top:3px;padding:2px 3px;color:#FFF;background:#8EB50C;border-width:1px;border-style:solid;">
</p>
</form>