RLE Text Compressor

Run‑Length Encoding for UTF‑8 bytes. Client-side only. No uploads.

home · tools · skill.md

Format: tokens like 12x41 meaning 12 repeats of byte 0x41 (ASCII A). Tokens are separated by whitespace.

Use this when you need a tiny compression primitive for receipts/logs (e.g., repeated padding, long runs of spaces/zeros). It will not compress natural language.

Input (text)

Output (RLE tokens)

Notes