Encoding utilities
  • 05 Feb 2023
  • 1 Minute to read
  • Dark
    Light

Encoding utilities

  • Dark
    Light

Article Summary

Use these utilities to encode or decode data.

Convert CSV to JSON

Coming soon.

Decode base64

Decodes a base64 string.

Input

c2FtcGxlIGVuY29kZWQgYmFzZTY0IHN0cmluZw==** **

Output

sample encoded base64 string


Decode hex

Decodes a hex string.

Input

73616d706c652068657820656e636f64656420737472696e67** **

Output

sample hex encoded string


Decode JSON

Decodes a JSON string and returns a JSON object.

Input

** **

Output


Decode URL

Decodes a URL string.

Input

http%3A%2F%2Fapi.plos.org%2Fsearch%3Fq%3Dtitle%3A%22Drosophila%22+AND+body%3A%22RNA%22%26fl%3Did%2Cabstract** **

Output

http://api.plos.org/search?q=title:\"Drosophila\" AND body:"RNA"&fl=id,abstract


Encode base64

Applies base64 encoding to a given string.

Input

Encode this base64 string** **

Output

RW5jb2RlIHRoaXMgYmFzZTY0IHN0cmluZw==** **


Encode hex

Encodes a string into hex.

Input

sample hex encoded string** **

Output

73616d706c652068657820656e636f64656420737472696e67** **


Encode URL

Encodes the inputted URL.

Input

http://api.plos.org/search?q=title:"HW" AND body:"RNA"&fl=id,abstract

Output

http%3A%2F%2Fapi.plos.org%2Fsearch%3Fq%3Dtitle%3A%22HW%22+AND+body%3A%22RNA%22%26fl%3Did%2Cabstract


Was this article helpful?

What's Next
Changing your password will log you out immediately. Use the new password to log back in.
First name must have atleast 2 characters. Numbers and special characters are not allowed.
Last name must have atleast 1 characters. Numbers and special characters are not allowed.
Enter a valid email
Enter a valid password
Your profile has been successfully updated.