Encode text as Base64, including Unicode. This is encoding, not encryption.
Output
Output appears here.Your data stays in this browser and is not uploaded.
Paste the text.
Encode it as Base64.
Copy or download the encoded value.
Base64 DecoderDecode Base64 into UTF-8 text and reject values with bad characters or padding.
URL EncoderEncode or decode a URL component with encodeURIComponent and decodeURIComponent.
JWT DecoderView a JWT header, payload, and signature locally. This does not verify the signature.
Hash GeneratorHash text with SHA-256, SHA-384, SHA-512, or legacy SHA-1. A hash is not encryption.No. Anyone can decode Base64. Use it to carry bytes in text, not to hide a secret.
Yes. The text is encoded as UTF-8 bytes before it becomes Base64.