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.

Notes (TODO):
DecodedThe "raw" data values:
Format:
EncodedThe encoded count,value pair sequence: