Windows ping command use inet_addr standard which recognizes octal and hexadecimal ipv4 addresses
e.g. 0xC00002EB => 192.0.2.235; 011.012.013.014 => 9.10.11.12
It would be great if this app could maintain parity with the functionality of traditional ping apps.
This gist provides a good reference