Encodes and decodes data to be used in a URI by percent-encoding according to the URI/URL specs defined in RFC3986 and RC1738.
This encoder will generate data-uris for javascript, html, css, or image files. Otherwise it will base64 encode the given data and return the raw base64 encoded string.
Base32 encode a given file.
Powered by pandoc, this converter will convert between a large variety of different document types, see the documentation on the page for the the types of documents it can handle.
Upload a file containing JSON to have it converted to YAML.
Apply the Rot13 ciphers to a given piece of text. An interesting property of Rot13 is that it is it's own inverse. Encrypting and decrypting are the same function, thus this tool will both encrypt plain text and decrypt rot13 text.
Minify, mangle, and compress Javascript files. Backed by UglifyJS2.
Minify CSS with clean-css.
Minify HTML with html-minifier.
Compile LESS files to CSS.
Compile Sass files to CSS.
Compile CoffeeScript files to Javascript.
Compile TypeScript files to Javascript.
Compile LiveScript files to Javascript.
Compile Iced CoffeeScript files to Javascript.
Compile ES6 files to ES5.
Compile Javascript containing JSX to plain Javascript.
Compile Javascript containing Flow type annotations to plain Javascript.
Comile Ruby to Javascript using the Opal
Quickly get the MD5 hash of a given string.
The SHA2 family of cryptographic hash functions.
Adler-32 Checksum Algorithm
CRC-32 Checksum Algorithm
Convert between decimal, hex, octal, and binary.