A web-based tool to encode and decode text using Base32, Base64, and Base85 schemes.
- Convert strings to Base32, Base64, Base85
- Step-by-step breakdown of encoding and decoding processes
- Interactive UI with animations
- Educational tool for understanding binary and base conversion
- HTML, CSS, JavaScript
- Enter a string.
- Choose encoding scheme.
- Click Encode to see the encoded result.
- Click Decode to reverse it back.
- index.html
- Styles.css
- Operations.js