base64 to binary icon

base64 to binary

Extension Actions

CRX ID
ajpoogneninennkhhnbmflmjjcagabpb
Description from extension meta

Decodes base64 string to and from array of bytes or ASCII string

Image from store
base64 to binary
Description from store

Decodes base64 string to and from array of bytes or ASCII string.
Suitable for working with binary data that cannot be represented as ASCII string.

Most similar extensions and online tools only try to work with ASCII and display some gibberish when non-printable characters are encountered.

Decode examples:
In: DwCgAAAkAAAeAAA=
Out: 15 0 160 0 0 36 0 0 30 0 0

Encode examples:
In: hello world
Out: aGVsbG8gd29ybGQ=