Quick start
-
Input text or Base64
Chinese, emoji, and special characters are supported.
-
Choose encode or decode
Results are generated instantly.
-
Copy result
Copy output for API requests or configs.
Useful for API payload debugging, credential checks, and text transport prep.
Privacy: processed locally, never uploaded.
↓ Paste in the input area below to see results instantly
UTF-8 text supported. Choose encode or decode to see the result.
Useful for API payload debugging, credential checks, and text transport prep.
Input text or Base64
Chinese, emoji, and special characters are supported.
Choose encode or decode
Results are generated instantly.
Copy result
Copy output for API requests or configs.
Base64 is encoding, not security. Anyone can decode it back.
Base64 appears in Authorization headers, Data URLs, and email payloads.
Input
hello
Output
aGVsbG8=
Input
5L2g5aW9
Output
你好
Input may be invalid Base64 or truncated.
Yes, UTF-8 strings including CJK and emoji are supported.