Skip to content
GoWebTools

Encoding

14 tools

Base64, URL, HTML entities, punycode and other encodings.

Encodings are the plumbing of the web: Base64 in an API token, percent-escapes in a URL, HTML entities in a template, punycode in an international domain. These tools translate text between those forms in both directions, instantly and without sending your data anywhere. Useful when a string looks like garbage and you need to know what it actually says.