Convert Radians to Binary Degrees

Convert Radians (rad) to Binary Degrees (brad) instantly and accurately.

Radians (rad)
Binary Degrees (brad)

Conversion Formula

brad = rad × 40.74366543

About Radians

The radian (rad) is the SI unit of plane angle, defined as the angle subtended at the centre of a circle by an arc equal in length to the radius. A full circle = 2π rad; a right angle = π/2 rad. The radian is dimensionless (arc length / radius), so it can be omitted in equations. All calculus and physics formulas are simplest in radians: d/dx(sin x) = cos x holds only in radians; Taylor series sin x = x − x³/6 + x⁵/120 hold only for x in radians; angular frequency ω = 2πf gives energy E = ħω. 1 rad = 180°/π ≈ 57.2958° ≈ 206,264.8″.

About Binary Degrees

A binary degree (brad) divides the full circle into 256 equal parts - π/128 rad ≈ 0.024544 rad (= 1.40625°). The 256-part circle maps perfectly onto an 8-bit byte, making binary degrees ideal for memory-constrained embedded systems: headings stored in a single byte (0-255) need no floating-point arithmetic. Game engines, CNC machine controllers, and digital servo systems use this representation. 16-bit BAM (65,536 per circle) gives ~0.005° (≈ 89 µrad) per unit for precision heading systems. 1 brad = 1.40625° = 84.375′.

Quick Reference Table

Radians (rad)Binary Degrees (brad)
1 rad40.7437 brad
2 rad81.4873 brad
5 rad203.718 brad
10 rad407.437 brad
25 rad1018.59 brad
50 rad2037.18 brad
100 rad4074.37 brad

→ Full Angle Converter