Compass Bearing Converter
Convert degrees to cardinal compass directions (N, NNE, NE, ENE, E, etc.) and back instantly.
Enter degrees (0-360) or select a cardinal direction.
A compass bearing is measured in degrees clockwise from North.
Main cardinal directions (4):
- N = 0° (or 360°)
- E = 90°
- S = 180°
- W = 270°
Intercardinal directions (4 more):
- NE = 45°, SE = 135°, SW = 225°, NW = 315°
All 16 compass points (22.5° apart):
| Direction | Degrees | Direction | Degrees |
|---|---|---|---|
| N | 0° | S | 180° |
| NNE | 22.5° | SSW | 202.5° |
| NE | 45° | SW | 225° |
| ENE | 67.5° | WSW | 247.5° |
| E | 90° | W | 270° |
| ESE | 112.5° | WNW | 292.5° |
| SE | 135° | NW | 315° |
| SSE | 157.5° | NNW | 337.5° |
Formula: Each of the 16 points covers a 22.5° arc. Direction index = round(degrees / 22.5) mod 16