Octal から Hex へ
Octal 値を Hex に変換します。レジスタダンプ、ビットマスク、パケット解析、プロトコルデバッグに向いており、処理はブラウザ内で完結します。
Octal digits 0–7.
Hexadecimal value, uppercase.
Convert octal values into hexadecimal. Useful when migrating older scripts and configuration files that used octal into modern code that prefers hex.
Is the conversion lossless?
Yes. Both formats represent the same integer; only the textual representation differs.