Convert text to hexadecimal and back, with full UTF-8 support. All in the browser, no data sent.
Text to Hex converts a text into its hexadecimal representation (the byte codes) and also does the reverse, rebuilding the text from hex. It fully supports UTF-8, so it handles accents and emoji without corrupting them.
Everything happens in the browser: the text you enter is not sent to any server.
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