Text to Base64

Encode a string to Base64 when you searched specifically for text conversion. Same UTF-8 engine as Base64 Encode — focused on plain-text workflows.

Result

Paste text, then Encode. UTF-8 bytes are encoded locally.

How to convert text to Base64

  1. Paste the plain-text string.
  2. Review the UTF-8 byte count if shown.
  3. Click Encode.
  4. Copy the single-line Base64 output (no MIME wrapping).

FAQ

Both use the same engine. This page targets the “text to base64” search intent with text-only UX. Prefer Image to Base64 for files.
No. Output is a single Base64 string without MIME line wrapping, which matches typical developer usage.
Yes. Text is converted with TextEncoder (UTF-8) before Base64, so multi-byte characters encode and decode correctly.
Base64 input for encoding is plain text only. If you pasted an already-encoded string or binary garbage into the encode field, clear it and paste the raw text you want to convert.
Use Image to Base64 when the source is a PNG, JPEG, GIF, or WebP file. This page is for strings — it does not read files from disk.

Related tools