WT-004
64
DEVELOPER / LOCAL UTILITY
Base64 Encoder / Decoder
Encode and decode Base64 text locally, including Unicode and URL-safe Base64.
ENCODING
LOCAL
NO DATA SENT
BASE64 WORKBENCHUNICODE SAFE
READYUnicode text is supported. Nothing is sent to a server.
PRIVACY NOTE: Text encoding and decoding happens locally using browser APIs. WhateverTools never receives your input.
FIELD NOTE / 004
Base64 is encoding, not encryption.
Base64 converts binary or text data into a portable ASCII representation. It does not hide or secure the contents. URL-safe Base64 replaces characters that can be awkward in URLs and can omit trailing padding.