Skip to content
🔧

連長圧縮エンコーダ

圧縮 · 無料オンラインツール

繰り返し文字を含むデータ向け RLE ランレングス符号化。

CoderNewbie チーム
179 文字
0 文字
Click "Encode" to run...

カウント+バイトペア

各連続は 1 バイトのカウント + 1 バイトの値になります。255 を超える連続は分割されます。

ビットマップに最適

平坦な領域、マスク、疎なバイナリデータの画像で優れた効果を発揮。

Base64 転送

出力は base64 エンコードされ、コピー/貼り付けやテキストフィールドに耐えます。

連長圧縮エンコーダの使い方

  1. 1Enter or paste the text you want to compress.
  2. 2Select the compression algorithm (gzip, deflate, or brotli).
  3. 3Click compress to reduce the data size.
  4. 4Copy or download the compressed output.

機能と特徴

  • 完全無料 — 登録不要、サブスクリプションなし、広告なし
  • ブラウザ上で完全に動作 — データは端末から送信されません
  • 高速・軽量 — 即座に結果を表示
  • クロスプラットフォーム — デスクトップ・タブレット・モバイル対応

よくある質問

What compression algorithms are supported?

We support gzip, deflate, and brotli compression algorithms for text data.

Is there a file size limit?

Since tools run in your browser, the limit depends on your device memory. Most tools handle several megabytes without issues.

関連ツール