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 카테고리에서 관련 유틸리티를 찾아보세요.
유용할 수 있는 엄선된 유틸리티