Encode or decode text in various formats
Character | URL Encoded | HTML Entity | Description |
---|---|---|---|
Space | %20 | | Space character |
& | %26 | & | Ampersand |
< | %3C | < | Less than |
> | %3E | > | Greater than |
" | %22 | " | Double quote |
' | %27 | ' | Single quote/apostrophe |
+ | %2B | + | Plus sign |
# | %23 | # | Hash/number sign |
% | %25 | % | Percent sign |
@ | %40 | @ | At sign |