Encoding
Base64 Encode
Encode plain text into Base64.
Percent-encode text so it can be safely dropped into a URL, query string, or form field without breaking the surrounding URL structure.
이 도구는 구조화된 입력을 받아 서버 업로드 없이 브라우저에서 결정적인 출력을 반환합니다.
Percent-encode text so it can be safely dropped into a URL, query string, or form field without breaking the surrounding URL structure.
URLs reserve a small set of characters for structural meaning (?, &, =, /, #, and others). When you want to put arbitrary text inside a URL — for example, a search query, a path segment, or a query-string value — you must percent-encode the reserved and non-ASCII characters. This tool wraps the browser's built-in encodeURIComponent so each non-safe byte becomes %XX.
hello world & friends
hello%20world%20%26%20friends
아래의 Encoding 카테고리에서 관련 유틸리티를 찾아보세요.
유용할 수 있는 엄선된 유틸리티