Create and test NFC-compatible URLs with embedded messages
This tool supports multiple URL formats for maximum flexibility and backward compatibility:
https://ghsj.me/u?b=<base64> - Base64-encoded message (most compact)https://ghsj.me/u?u=<url-encoded> - URL-encoded plaintext (easy to create manually)https://ghsj.me/u?t=<base64> - Legacy base64 format (backward compatible)https://ghsj.me/u?text=<url-encoded> - Very old legacy formatEasiest method: Use the u parameter with URL-encoded text:
%20 or +! → %21, ? → %3F)https://ghsj.me/u?u=Hello%20World%21Most compact: Use the tool above to generate base64-encoded URLs automatically for NFC tags.
All existing NFC tags and URLs will continue to work. The page checks all parameter formats in order of preference.