Convert px to rem and back based on the root font-size. Handy for responsive, accessible CSS.
= 1.5 rem
= 24 px
The PX ↔ REM converter turns pixels into rem and back, based on the root font-size you set. It is handy for writing scalable, accessible CSS, where rem sizes adapt to the user's preferences.
The calculation is instant and happens in the browser.
Encode text to Base32 (RFC 4648) and decode Base32 to text, with UTF-8 support. All in the browser.
developerEncode text to Base64 or decode Base64 to text online. Supports UTF-8. Free Base64 converter tool.
developerPerform arithmetic on binary numbers: add, subtract, multiply, divide. Convert results between bases.
developerCalculate Unix file permissions. Convert between symbolic (rwxr-xr-x) and numeric (755) chmod notation. Free chmod permission calculator.
developer