Đổi Octal sang Hex
Đổi giá trị Octal sang Hex ngay tại trình duyệt — dùng cho register dump, bitmask, packet inspection và debug giao thức.
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.