Image Converter
Convert between PNG, JPG, WebP, BMP, GIF, and ICO. All processing happens locally in your browser.
or click to browse files
About image conversion
This tool converts your images entirely within your browser using the HTML5 Canvas API. No files leave your device at any point — what you see is what gets processed on your own machine.
Supported formats
When converting from a format with transparency (PNG, WebP) to one without (JPG, BMP), transparent areas are filled with white automatically.
Data File Converter
Convert between CSV, JSON, TSV, and XML. Structure is preserved automatically where possible.
or click to browse files
About data file conversion
Tabular data (CSV, TSV) converts cleanly to JSON arrays of objects, and vice versa. The first row of CSV/TSV files is treated as the header row and becomes the object keys in JSON output.
XML conversion produces a structured JSON representation of the document tree. Deeply nested XML may require manual cleanup depending on your use case.
Format quick reference
Document Converter
Convert between plain text, Markdown, and HTML. Formatting is preserved during conversion.
or click to browse files
About document conversion
Document conversion handles plain text, Markdown, and HTML formats. Markdown to HTML conversion supports all standard CommonMark syntax including headings, bold, italic, lists, code blocks, links, and images.
Converting HTML or Markdown to plain text strips all formatting and tags, leaving only the readable content — useful for creating clean text copies of web pages or formatted documents.
CAD & Vector Converter
Convert DXF files to SVG for use in design tools, laser cutters, and web projects. Geometry is preserved at full precision.
or click to browse files
About DXF to SVG conversion
DXF (Drawing Exchange Format) is AutoCAD's standard interchange format, used widely in CAD, CNC, and laser cutting workflows. SVG (Scalable Vector Graphics) is the universal vector format for the web and most modern design tools.
This converter handles lines, arcs, circles, polylines, and splines. Complex 3D DXF entities are projected to 2D. For best results, use 2D DXF files exported from your CAD software.