Encode text to Base32 (RFC 4648) and decode Base32 to text, with UTF-8 support. All in the browser.
The Base32 Encoder / Decoder converts text to Base32 (RFC 4648 standard) and back. Base32 uses only uppercase letters and digits, is case-insensitive and avoids ambiguous characters: it is used in TOTP keys, identifiers and systems that do not handle Base64 well.
The conversion happens in the browser with UTF-8 support: no data is sent to a server.
Encode 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.
developerBuild and understand cron expressions visually. See next run times and get human-readable descriptions. Free cron job scheduler tool.
developer