DevToolBox무료
블로그

Base64 인코더 / 디코더

텍스트를 Base64로 인코딩, Base64를 디코딩. UTF-8 지원.

About Base64 Encoding

Base64 is a binary-to-text encoding scheme that represents binary data in an ASCII string format. It's commonly used for encoding data in URLs, emails, HTML, and APIs. This tool supports full UTF-8 encoding and decoding.

𝕏 Twitterin LinkedIn

이 도구 평가

3.7 / 5 · 174 개 평가

최신 소식 받기

주간 개발 팁과 새 도구 알림을 받으세요.

스팸 없음. 언제든 구독 해지 가능.

Enjoy these free tools?

Buy Me a Coffee

How to Use

  1. Enter your plain text in the top field to encode, or Base64 string in the bottom field to decode
  2. Click 'Encode' to convert text to Base64, or 'Decode' to convert Base64 back to text
  3. Copy the result with the copy button

Common Use Cases

  • Encoding images for embedding in HTML/CSS
  • Encoding data for URL parameters
  • Transmitting binary data in JSON APIs
  • Email attachment encoding

Frequently Asked Questions

What is Base64 encoding?
Base64 is a binary-to-text encoding scheme that converts binary data into ASCII characters. It's commonly used to transmit data safely over text-based protocols like HTTP and email.
Is Base64 encoding the same as encryption?
No. Base64 is an encoding scheme, not encryption. Anyone can decode Base64 data. It's meant for data transport, not security.
Does this tool support UTF-8?
Yes. This tool fully supports UTF-8 encoding and decoding, allowing you to work with international characters and emojis.