Octal → IP 변환
Octal 값을 IP로 변환합니다. 레지스터 덤프, 비트마스크, 패킷 분석, 프로토콜 디버깅에 적합하며 처리는 브라우저 안에서 끝납니다.
Either a single octal value or four octal groups separated by dots.
Dotted-decimal IPv4.
Decode octal-encoded IPv4 addresses. Octal IPs occasionally appear in legacy log formats, certain phishing tricks, and unusual URL inputs accepted by older parsers.
Some browsers historically accept URLs containing octal IPs. Decoding them back to dotted-decimal makes intent obvious during security review.
How is each octet limited?
When using dotted-octal, every group must convert to 0..255.