Simple online run-length encoder/decoder (RLE)
Simple run-length encoding/decoding.
Copy and Paste your data as comma-separated list of values (e.g. decimal 1
, hexadecimal 0x1
, binary 0b1
) into the respective input field and hit the encode/decode button.
- Only
count
,value
pair order so far - No type/run-length limitation yet, i.e. runs of more than e.g. 256 are possible
- No bit packing yet
- Currently wastes
0
as count