Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 362 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 362 Bytes

Javascript IP-Converter

This is a small webbased (javascript) IP-converter tool.

You can use this to convert an IPv4 address between the following representations:

  • Dotted representation (127.0.0.1)
  • Octal representation (177.0.0.1)
  • Hexadecimal representation (0x7f000001)
  • Integer representation (2130706433)