Text

Base64


What's Base64?

In computer programming, Base64 is a group of binary-to-text encoding schemes that represent binary data (more specifically, a sequence of 8-bit bytes) in sequences of 24 bits that can be represented by four 6-bit Base64 digits.

Source: Wikipedia

API Equivalent

GET https://summerside.vercel.app/api/TextConversion?text=&to=

Info! if you want to keep your conversion "hidden" or if you need to convert some large text, you can send a POST request instead!!