Decoding Tools
Decode Base64, Hex, URL-encoded strings, HTML entities, Morse code and Unicode escapes.
Base64 DecoderDecode Base64 (standard or URL-safe) back to text or bytes.Base32 DecoderDecode RFC 4648 Base32 back to text.Base58 DecoderDecode Bitcoin-style Base58 strings.Hex Decoder (Hex to Text)Convert hexadecimal bytes back into text.Morse Code DecoderTranslate dots and dashes back into readable text.HTML Entity DecoderConvert &, ' and named entities back to characters.JavaScript String UnescaperResolve escape sequences inside JavaScript string literals.URL DecoderPercent-decode URLs and query values.Unicode Unescape ConverterTurn \uXXXX and \xNN sequences into real characters.