Paste from clipboard
Hit Ctrl+V anywhere on the page to paste a copied image directly — no file dialog needed.
Upload, drag-and-drop, paste from clipboard, or import from a URL — instantly get the Base64 string or Data URL. One-click copy.
Fast, private image-to-Base64 with no friction
Hit Ctrl+V anywhere on the page to paste a copied image directly — no file dialog needed.
Paste any public image URL to fetch and convert it instantly. CORS-blocked URLs are retried automatically via multiple proxies. Share links with ?import=<url>.
Copy the entire output to clipboard instantly. Uses navigator.clipboard with a graceful fallback for older browsers.
Processing uses the FileReader API locally. Your image data is never stored or uploaded anywhere.
data:image/png;base64,iVBOR…. Use this for embedding directly in HTML <img src="…"> or CSS. Raw Base64 is just the encoded string without the prefix — use this for APIs or storage that handle the mime type separately.?import=<url> query parameter.