Data Compression Animation

Original Data:
Compressed:
Decompressed:
Original size: 0 bytes
Compressed size: 0 bytes
Compression ratio: 0%

How Run-Length Encoding (RLE) Compression Works:

RLE is a simple form of data compression that replaces sequences of repeated data with a count and the data value.

For example:

This works best for data with lots of repeated values. The more repetition, the better the compression!