URL Encoder/Decoder

Encode and Decode URL.

You can use our tool from above to both encode or decode a string of text. For global interoperability, URIs have to be encoded uniformly. To map the broad range of characters used globally into the 60 or so allowed characters in a URI, a two-step process is used:
Convert the character string into a sequence of bytes by the UTF-8 encoding
Convert each byte that is no longer an ASCII letter or digit to %HH, where HH is the hexadecimal value of the byte.
Example, the string: Marçois Louiz,would be encoded as: Mar%C3%A7ois%Lo%3u99iz


Other usefull tools

Date Format

Date Format is a tool, which helps to get various date formats.

Counter

Counter help you count the repetition for any activity.

Coronavirus Pandemic Stats

The coronavirus pandemic is an ongoing pandemic of coronavirus disease 2019 (COVID-19) caused by severe acute respiratory syndrome coronavirus 2 (SARS-CoV-2). The outbreak was first identified in Wuhan, Hubei, China, in December 2019 and recognised as a pandemic by the World Health Organization (WHO) on 11 March 2020.

Gold Purity Calculator

Gold Purity calculator helps you calculate the purity of the gold by using the karat rating.

Email Validator

Email Validator is a tool to validate if the email is valid or not.

Image to Base 64

This tool will help you to convert an image into Base64 encoded string.