Encoders & Decoders
- Base64 Encoder / Decoder
Base64 Encoder helps you to encode a string as per the base64 encoding scheme & Base64 Decoder decode a base64 encoded string as per the base64 encoding scheme.
- Base64 Image Encoder
Base64 Image Encoder helps you to encode an image as per base64 encoding scheme.
- Base64 Image Decoder
Base64 Image Decoder helps you to decode an image as per base64 encoding scheme.
- Url Encoder / Decoder
URL Encoder encode a string to URL Encoded format that can be transmitted over the internet & URL Decoder helps you to decode a URL Encoded string into simple format.
- QR Code Generator / Encoder
QR Code Generator helps you to make your own QR Codes, these includes Events (VEVENT), Address Book / Contact Information (VCARD), GEO Coordinates (GEO), Emails (MAILTO), SMS (SMSTO), WiFi connections, Telephones (TEL) and URLs.
- Rodného čísla Generator
Rodného čísla Generator helps to generate random personal identification number as per the input such as gender and date of birth. The personal identification number / Social Security Number is numeric identifier available to the Czech Republic and Slovakia.
Formatters
- JSON Formatter
JSON Formatter helps you to formats a JSON string to human readable and easy to understand format.
- HTML Formatter
HTML Formatter formats HTML string with proper indentation and make it easier to understand.
- XML Formatter
XML Formatter formats XML document with proper indentation and make it more readable.
- SQL Formatter
SQL Formatter formats SQL query with proper indentation and make it more readable.
Code Minifiers / Beautifiers
- JavaScript Minifier
JavaScript Minifier compress and minify a javascript document, up to 80% of their original size without any side effect.
- CSS Minifier
CSS Minifier compress and minify a css document, up to 80% of their original size without any side effect.
- JavaScript Beautifier
JavaScript Beautifier format and beautify a javascript document with proper indentation and make it more readable.
- CSS Beautifier
CSS Beautifier format and beautify a css document with proper indentation and make it more readable.
String Escapers
- HTML Escape / Unescape
HTML Escape or Unescape helps you to escapes the special problematic characters with their correct HTML entities.
- XML Escape / Unescape
XML Escape or Unescape helps you to escapes the special problematic characters with their valid XML equivalent.
- Java & .Net Escape / Unescape
Java & .Net Escape or Unescape helps you to escapes the characters in a string as per java and .net string rules.
- JSON Escape / Unescape
JSON Escape or Unescape helps you to escapes the special characters in a JSON document as per the json rules.
- CSV Escape / Unescape
CSV Escape or Unescape helps you to escapes the characters in a csv formatted files.
- SQL Escape / Unescape
SQL Escape or Unescape helps you to escapes the characters in a sql query as per the sql rules.
- JavaScript Escape / Unescape
JavaScript Escape or Unescape escapes the characters in a javascript document as per the EcmaScript rules.
Converters
- Currency Converter
Currency Converter helps you to convert one currency to another as per the today's currency exchange rate.
- JSON To XML Converter
JSON To XML Converter helps you to convert a JSON document into an XML document.
- XML To JSON Converter
XML To JSON Converter helps you to convert a XML document into an JSON document.
- Convert Epoch Timestamp To Date
Convert Epoch Timestamp To Date helps you to converts an unix-epoch timestamp to a human readable date.