Advertisement
Convert 266 (Octal) to Hexadecimal
Number base conversion — exact answer with nearby values
266 in Octal equals
B6
in Hexadecimal (base 16)
Advertisement
Nearby Values
| Octal (Base 8) | Hexadecimal (Base 16) |
|---|---|
| 261 | B1 |
| 262 | B2 |
| 263 | B3 |
| 264 | B4 |
| 265 | B5 |
| 266 | B6 |
| 267 | B7 |
| 270 | B8 |
| 271 | B9 |
| 272 | BA |
| 273 | BB |
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 182 = B6 in Hexadecimal.
Advertisement