text encode ചെയ്യുക
ഇൻപുട്ട്
hello
ഔട്ട്പുട്ട്
aGVsbG8=
Base64 decode, Base64 encode, quick conversion എന്നിവ ഒരൊറ്റ സ്ക്രീനിൽ ഉപയോഗിക്കുക.
text, files, Data URLs എന്നിവ browser-ൽ തന്നെ സുരക്ഷിതമായി convert ചെയ്യുക.
മുകളിൽ നിന്ന് mode (Encode / Decode / Auto Detect), input type (Text / File) എന്നിവ മാറ്റുക.
input data browser-ലുതന്നെ തുടരുന്നു; upload ചെയ്യുന്നില്ല.
conversion നടത്താൻ Ctrl / Cmd + Enter അമർത്തുക.
ഇൻപുട്ട്
hello
ഔട്ട്പുട്ട്
aGVsbG8=
ഇൻപുട്ട്
data:text/plain;base64,44GT44KT44Gr44Gh44Gv
ഔട്ട്പുട്ട്
こんにちは
"Display as text (UTF-8)" ആദ്യം ഉപയോഗിക്കുക. decoded data binary ആണെങ്കിൽ "Treat as binary (download)" ആയി മാറ്റുക.
അതെ. tool സ്വയം data:*;base64, header, payload എന്നിവ വേർതിരിച്ച് MIME type കാണിക്കും.
ഇല്ല. conversion മുഴുവനും browser-ലാണ് നടക്കുന്നത്; files ഒരിക്കലും upload ചെയ്യില്ല.
അതെ. "Ignore whitespace and line breaks" enable ചെയ്താൽ line-broken Base64 decode ചെയ്യാം.
അതെ. "Accept URL-safe Base64 (- and _)" enable ചെയ്യുക.