EOT to base64
Convert EOT to base64 online
Drag and drop file here
Drag and drop file here
Base64 is a binary data coding standard that uses only 64 ASCII symbols. The coding alphabet consists of upper and lower Latin letters and numbers 0-9 and two additional symbols. In short, this standard allows sending the data without changing it.
As fonts usually contain a lot of characters apart from letters and numbers these symbols may get lost when transferring with HTTP protocol or email protocols. And this is an issue you have to deal with when using these protocols.
This cross-platform application is developed to encode EOT to base64 in a simple way. By doing this you make sure that none of the glyphs will be absent or damaged after transferring. In just a few seconds you will get the text string that represents your font. You can save it as an image to your device or copy it and paste where you need it. This solution works on any operating system and any platform and you only need a browser to work.
From the Documentation chapter, you can also get information on how to encode font to base 64 programmatically or build this feature into your own project.