Encoding and ciphers
Decode Base64Turn a Base64 string back into readable text or raw bytes.Unwrap nested encodingAsk Magic to rank plausible decoding paths through an unfamiliar blob.Decode decimal character codesConvert comma-separated decimal character codes into text.Decode Morse codeTranslate dot-and-dash groups into text while preserving word boundaries.Decode a Vigenère cipherRecover a classical polyalphabetic-cipher message with a known key.Decode Base45Recover bytes encoded with the compact Base45 alphabet used by QR-oriented formats.Decode Base64urlDecode the URL-safe Base64 alphabet used in tokens and web protocols.Decode quoted-printable textTurn equals-prefixed byte values from email content into readable text.Decode a Punycode domainDisplay the Unicode form of an internationalized domain name.Decode HTML entitiesRestore named and numeric HTML entities to their characters.Decode URL parametersRestore percent-encoded characters and plus-as-space form values.Decode double URL encodingApply URL decoding twice to expose a value that was encoded in two layers.Normalize compatibility UnicodeConvert compatibility characters to their normalized NFKC form.Convert hexadecimal bytes to textRead flexible hexadecimal byte notation and recover the underlying text.Convert hexadecimal to binaryInterpret a hexadecimal number and render it in base two.