Use this when your Base64 string represents text (UTF-8). If the content is binary (image/file), decode to bytes instead of text.
Try the tool:
Use the full interactive tool here: Base64 Decoder
Example
Base64 input
SGVsbG8gV29ybGQ=
Decoded text
Hello World