Base64 변환기
텍스트를 Base64 형식으로 인코딩 및 디코딩합니다.
Encode
Text → Base64
Decode
Base64 → Text
About Base64 Encoding
What is Base64?
A binary-to-text encoding scheme that represents binary data in ASCII string format, commonly used for encoding data in email, URLs, or HTTP headers.
URL Safe Mode
When enabled, uses - and _ instead of + and / to make the output safe for URLs and filenames.
Your data stays yours
Base64 String Converter FAQ
Answers to the most common questions about using this tool.
What is Base64 encoding used for?
Is this tool free to use?
Related Tools
Generate secure random passwords with custom length and character sets
Compare text and JSON differences with inline and side-by-side view
Convert code snippets to beautiful images with syntax highlighting
Generate and parse cron expressions with human-readable descriptions
Decode and verify JWT tokens easily
Convert text to binary and vice versa
Test regular expressions with real-time match highlighting
Generate MD5, SHA1, SHA256, SHA384, SHA512 hashes from text