🔄 Coordinate System Converter
Enter coordinates in any system; the others update in real time. Angles are in degrees.
Formulas:
Cartesian → Cylindrical: ρ = √(x²+y²), φ = atan2(y, x), z = z
Cartesian → Spherical: r = √(x²+y²+z²), θ = acos(z/r), φ = atan2(y, x)
(and vice versa)
← Back to calculators