This site is under construction, feel free to look around
YeaBase64 is used to convert strings or various type of files to base64 strings, which is easy to share around the internet. It can also convert base64 strings you encountered on the internet. Its file-to-base64 feature supports any type of files, .txt, .jpg, .png, .exe, etc. Its converting supports any type of encodings, ANSI, UTF8, SHIFT-JIS, BIG5, etc. It support text-to-text, text-to-file, file-to-text, file-to-file converting.
Changelog
v0.0.3 beta3 Mar 23, 2012
x Fixed a clipboard crash
v0.0.3 beta2 Jan 4, 2012
+ Now you can resize main window
# New method to set language, it's more handy
x Fixed a major bug that causes UI alert message missing (en-US)
v0.0.3 beta Jan 1, 2012
+ New loc: en-US and zh-CN
+ Auto copy after converting and alert message, support normal typing, text drag and file drag. If you don't like it, you can turn it off in the option
+ Real-time converting with configurable threshold. If you don't like it, you can turn it off in the option
+ Auto copy and real-time converting can work together, but auto-select-all will be disabled if real-time converting is on, to avoid focus jumping between the two boxes
+ You can turn on auto Data URI scheme attaching for image file converting, with two preset styles and ability to custom header and tail
+ Auto image file detection, with custom file extension monitor. If you don't like it, you can turn it off in the option
+ Now you can apply settings with the new Apply button in option window
# Input box now will no longer detect URLs and image links
# Minor performance improvement for converting
x Set base64 string file dialog now have 'All' option
x Fixed a minor bug that may cause inappropriate setting file saving
...