A web-based text compression tool demonstrating Huffman Coding and LZW Compression algorithms.
- Open
index.htmlin a browser - Enter text, select an algorithm, click Encode
- Click Decode to restore original text
- Huffman: Variable-length prefix coding based on character frequency
- LZW: Dictionary-based compression using 12-bit codes