Skip to content

Latest commit

Β 

History

History
23 lines (18 loc) Β· 624 Bytes

File metadata and controls

23 lines (18 loc) Β· 624 Bytes

πŸ” Encoding-Decoding Translator

A web-based tool to encode and decode text using Base32, Base64, and Base85 schemes.

πŸ’‘ Features

  • 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

πŸ› οΈ Technologies

  • HTML, CSS, JavaScript

πŸš€ How to Use

  1. Enter a string.
  2. Choose encoding scheme.
  3. Click Encode to see the encoded result.
  4. Click Decode to reverse it back.

πŸ“ File Structure

  • index.html
  • Styles.css
  • Operations.js