Lab / Compression Visualizer
🗜

Compression Visualizer

Watch Huffman coding, LZW, and RLE compress data step by step. See tree construction, dictionary growth, and bit-level encoding.

Step 1 / 30

Built frequency table with 8 unique characters.

Frequency Table

CharFreqProbability
l327.3%
o218.2%
h19.1%
e19.1%
SP19.1%
w19.1%
r19.1%
d19.1%

Input

helloworld

All algorithms run entirely in your browser. No data is sent anywhere.