Encoding
Base64, URL, HTML, Hex, Binary, Unicode and other common encodings
-
Base64 encode / decode Convert UTF-8 text to and from Base64, standard or URL-safe
-
URL encode / decode Percent-encoding for URLs and query values
-
HTML entity escape Convert between raw text and HTML entities (& < > " ')
-
Hex ↔ text Convert UTF-8 text and hex byte sequences both ways
-
Binary ↔ text Convert UTF-8 text and binary (0/1 bit strings)
-
Unicode escape Convert between text and \uXXXX escape sequences (surrogate/emoji safe)