Brotli online encode/decode tool
Encode/decode (compress/decompress) data online with Brotli leveraging WASM. All done locally to maximize privacy.
Text input should be in Python byte string format (e.g., 0\xff\\ = [48, 255, 92]
, in which you can omit the surrounded quotes and b
prefix). Text output would
also be in that format. When both text and file input are given, file input will be used. Click the refresh button
aside to abort uploaded files.
Decode
Powered by brotli-dec-wasm
Or select a file:
Encode
Powered by brotli-wasm. This library is dynamically loaded.
Or select a file: