URL과 URI 구성요소를 인코딩/디코딩합니다
:, /, ?, # 같은 특수 문자를 유지하며 전체 URL을 인코딩합니다
https://example.com/path with spacesA-Z a-z 0-9 - _ . ! ~ * ' ( ) 를 제외한 모든 문자를 인코딩합니다
name=John Doe&email=test@example.comhttps://example.com/search?q=hello world&lang=enhttps://example.com/search?q=hello%20world&lang=en