Encoding tools
27 tools in this category.
- qr-generator β Generate QR codes from text or URLs.
- hash-generator β Generate MD5, SHA-1, SHA-256 hashes.
- jwt-decoder β Decode and inspect JSON Web Tokens.
- ascii85-encoder-decoder β Encode and decode ASCII85 (Base85) format
- atbash-cipher β Encode and decode text using Atbash cipher (reverse alphabet).
- barcode-generator β Generate various barcode formats.
- base32-encoder β Encode and decode text using Base32 encoding.
- binary-text β Convert binary to text and vice versa.
- binary-to-utf8 β Convert binary string to UTF-8 text.
- caesar-cipher β Encode and decode Caesar cipher with custom shift.
- hex-to-utf8 β Convert hexadecimal bytes to UTF-8 text.
- html-encoder β Encode and decode HTML special characters.
- jwt-encoder-decoder β Encode, decode, and verify JSON Web Tokens.
- md5-hash-generator β Generate MD5 hash from text or files.
- morse-code β Convert text to Morse code and vice versa.
- punycode β Convert international domain names.
- quoted-printable-encoder β Encode and decode email quoted-printable format
- rot13 β Encode and decode ROT13 cipher text.
- sql-encoder β Escape SQL queries for safe execution.
- string-encoder β Encode strings in various formats (URL, HTML, Base64).
- string-escaper β Escape and unescape strings for JSON, JavaScript, and more.
- unicode-to-utf8 β Convert Unicode codepoints to UTF-8 byte sequences.
- utf8-to-binary β Convert UTF-8 text to binary string representation.
- utf8-to-hex β Convert UTF-8 encoded text to hexadecimal representation.
- utf8-validator β Check if text or bytes are valid UTF-8 encoding.
- vigenere-cipher β Encode and decode text using VigenΓ¨re cipher with keyword.
- xml-encoder β Encode and decode XML special characters.