Image Format Converter
Convert PNG, JPG, and WebP images to any of the other formats.
CSV ↔ JSON
Paste CSV or JSON below — auto-detects direction, or pick one explicitly.
Base64 Encode / Decode
Convert text to Base64 or decode Base64 back to text.
Convert images and data formats — everything runs locally in your browser.
Convert PNG, JPG, and WebP images to any of the other formats.
Paste CSV or JSON below — auto-detects direction, or pick one explicitly.
Convert text to Base64 or decode Base64 back to text.
Will converting an image lose quality?Converting to/from JPG or WebP involves some re-compression (normal for those formats); PNG conversion is lossless.
What's Base64 used for?It's a way to represent binary data (like an image) as plain text — commonly used for embedding small images directly in CSS/HTML or passing files through text-only systems like some APIs.
Can I convert a large CSV file?Yes, though very large files (tens of thousands of rows) depend on your device's memory since everything processes locally.
Is my data uploaded anywhere during conversion?No — all conversions happen in your browser; files aren't sent to a server.