# Base64, Hex and URL Decoder

Decode a payload without handing it to someone else's website. This runs in your browser, which is the point when the thing you are decoding came out of a script you do not trust.

- Platform: Shared
- Canonical page: https://devtoolsgg.com/shared/encoding

## Options

### Input

- `operation` Operation (required)
- `source` Input (required). Hex accepts 0x, backslash-x and spaces between bytes.

## How to cite

Base64, Hex and URL Decoder, devtoolsgg.com. https://devtoolsgg.com/shared/encoding
