Base64 Encode/Decode
텍스트를 Base64로 인코딩하거나 디코딩할 수 있습니다.
Encode plain text to Base64 or decode Base64 strings instantly in your browser.
How to use
한국어
1. Encode 또는 Decode 모드를 선택합니다.
2. 입력창에 텍스트 또는 Base64 문자열을 입력합니다.
3. 결과를 확인하고 필요 시 Copy로 복사합니다.
English
1. Choose Encode or Decode mode first.
2. Enter plain text or Base64 string in the input box.
3. Review the result and copy it when needed.
FAQ
한국어
Q. UTF-8 문자도 지원하나요?
A. 네, 브라우저에서 UTF-8 기반으로 처리합니다.
Q. 입력값이 서버로 전송되나요?
A. 아니요. 모든 변환은 브라우저 로컬에서 수행됩니다.
English
Q. Does this support UTF-8 text?
A. Yes. This tool encodes and decodes UTF-8 text.
Q. Is my data uploaded to a server?
A. No. Conversion happens locally in your browser.