本地处理

在线解码器

一个面向在线解码器、Base64 转文本、URL 解码和 HTML 实体还原的综合入口。

本地运行不上传输入内容在浏览器本地处理。

在线解码器

在本地解码 Base64、URL 编码文本和 HTML 实体,适合日志、接口片段和复制字符串。

这个工具是什么?

An online decoder is a general-purpose first stop for encoded strings. It helps you try Base64, URL percent-decoding and HTML entity decoding, then move to the dedicated Base64, URL, JWT or HTML tools when a workflow needs more detail.

输入示例

  • SGVsbG8gd29ybGQ=
  • luma%20ai%20video%20generator
  • <strong>LumaTool</strong>
  • https%3A%2F%2Fexample.com%2F%3Fq%3Dbase64%2520a%2520texto

输出示例

  • Hello world
  • luma ai video generator
  • <strong>LumaTool</strong>
  • https://example.com/?q=base64%20a%20texto

常见使用场景

  • Quickly decode strings copied from logs, browser DevTools, API responses or support tickets.
  • Turn base64 a texto without opening a heavier workflow.
  • Decode URL parameters before checking redirects or tracking links.
  • Restore HTML entities in snippets from CMS fields or escaped source.
  • Identify whether a value needs Base64, URL, HTML or JWT handling next.

最佳实践

  • Start with the least destructive decode mode and keep the original input visible.
  • Decode one layer at a time when a value is nested or double encoded.
  • Do not decode untrusted HTML and then paste it into a live page without review.
  • Move to JWT Decoder when the value has three dot-separated token segments.
  • Use Base64 and URL Encoder pages for advanced options after the quick decode.

常见错误

  • Trying Base64 on a URL-encoded string.
  • Decoding twice and accidentally changing intended percent signs.
  • Expecting HTML entity decoding to sanitize unsafe markup.
  • Assuming every encoded string is encrypted or secret.
  • Copying invisible whitespace from logs into the input.

隐私与本地处理说明

This tool runs in your browser. Text values are processed locally and are not uploaded to LumaTool servers.

示例

Base64 quick decode

输入示例
SGVsbG8gd29ybGQ=
输出示例
Hello world

This is the common base64 to text workflow for copied samples.

URL quick decode

输入示例
luma%20ai%20video%20generator
输出示例
luma ai video generator

Use this when a query value or redirect parameter is hard to read.

隐私提示

This tool runs in your browser. Text values are processed locally and are not uploaded to LumaTool servers.

如何使用

  1. 第 1 步. Paste the encoded string into the decoder.
  2. 第 2 步. Choose Base64, URL or HTML entity decoding.
  3. 第 3 步. Read any validation message and try another mode if the string was encoded differently.
  4. 第 4 步. Copy the decoded result or continue in the related specialist tool.

真实场景案例

Quickly decode strings copied from logs, browser DevTools, API resp...

Quickly decode strings copied from logs, browser DevTools, API responses or support tickets.

Turn base64 a texto without opening a heavier workflow

Turn base64 a texto without opening a heavier workflow.

Decode URL parameters before checking redirects or tracking links

Decode URL parameters before checking redirects or tracking links.

使用场景

  • Quickly decode strings copied from logs, browser DevTools, API responses or support tickets.
  • Turn base64 a texto without opening a heavier workflow.
  • Decode URL parameters before checking redirects or tracking links.
  • Restore HTML entities in snippets from CMS fields or escaped source.
  • Identify whether a value needs Base64, URL, HTML or JWT handling next.

常见问题

Which decoder should I try first?

If the text contains %, try URL decode. If it contains &lt; or &amp;, try HTML entities. If it is mostly letters, numbers, +, / and =, try Base64.

Can this decode encrypted data?

No. Encoding is reversible formatting. Encryption requires a key and cannot be decoded by a general online decoder.

What if the result still looks encoded?

The value may be nested or double encoded. Decode one layer at a time and compare with the original.

在线解码器 适合做什么?

在线解码器 适合在浏览器里快速完成开发者工具相关的检查、转换、清理或格式化任务。

我的输入会如何处理?

This tool runs in your browser. Text values are processed locally and are not uploaded to LumaTool servers.

结果可以用于生产环境吗?

可以作为开发、排查和整理时的辅助结果使用,但在写入生产配置、数据或代码前,请先自行复核。

相关工具会跳到当前语言吗?

会。相关工具链接会使用当前 locale 路径,方便在同一语言版本里继续完成工作流。

移动端可以使用吗?

可以。工具布局、示例、FAQ 和结果区域都适配桌面端与移动端浏览器。

相关工具