Encoding
Base64 Encode
Encode plain text into Base64.
Turn a percent-encoded URL string back into readable text. Useful for inspecting query strings, server logs, or copy-pasted links.
このツールは構造化された入力を受け取り、サーバーへアップロードせずにブラウザで決定的な出力を返します。
Turn a percent-encoded URL string back into readable text. Useful for inspecting query strings, server logs, or copy-pasted links.
URL decoding reverses percent-encoding: every %XX triple is interpreted as a UTF-8 byte and the result is decoded back to text. This tool wraps decodeURIComponent and surfaces malformed input ("%" without two hex digits, or invalid UTF-8 sequences) as "Invalid URL encoding".
hello%20world%20%26%20friends
hello world & friends
下記の Encoding カテゴリで関連ユーティリティを探す。
役に立ちそうな厳選ユーティリティ