Text
Base64(UTF-8)
Base64(ASCII)
Description
  • Base64 is a group of similar binary-to-text encoding schemes that represent binary data in an ASCII string format by translating it into a radix-64 representation. The term Base64 originates from a specific MIME content transfer encoding.
  • Support Image Format jpg,png,bmp,gif,svg,svgz,webp,ico
  • When a Base64 entry is changed, it is automatically Base64 decoded.
  • Use Javascript Code : view on GitHub