π 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.
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.