ROT47 rotation
Hello, World! becomes w6==@[ (@C=5P. The rotation covers the 94 printable ASCII characters from ! (33) to ~ (126), so letters, digits, and most punctuation all shift.
Self-inverse
Running the output back through ROT47 returns the original text, since 47 is half of the 94-character range being rotated.
ROT13 vs ROT47
ROT13 only touches A-Z and a-z. ROT47 rotates the full printable ASCII set, which is why source code, URLs, and numeric IDs come out fully scrambled instead of only the letters.