πŸ” Base64 / URL Encoder

Encode and decode Base64 and URL-encoded strings. UTF-8 supported.


      

πŸ”’ Privacy: conversion happens in your browser via the native btoa/atob and encodeURIComponent/decodeURIComponent APIs. No data is transmitted.