Advertisement
Convert 342 (Octal) to Hexadecimal
Number base conversion — exact answer with nearby values
342 in Octal equals
E2
in Hexadecimal (base 16)
Advertisement
Nearby Values
| Octal (Base 8) | Hexadecimal (Base 16) |
|---|---|
| 335 | DD |
| 336 | DE |
| 337 | DF |
| 340 | E0 |
| 341 | E1 |
| 342 | E2 |
| 343 | E3 |
| 344 | E4 |
| 345 | E5 |
| 346 | E6 |
| 347 | E7 |
How to Convert Octal to Hexadecimal
To convert from Octal (base 8) to Hexadecimal (base 16): express the value in decimal first, then convert to base 16. Decimal 226 = E2 in Hexadecimal.
Advertisement