Coder by

Encodes < > & to HTML entities

Encodes < > & " ' to HTML entities

URL encode/decode using encodeURIComponent

Encode text to Base64 or decode Base64 to text

Escape: \n \t \" etc. Unescape: Convert back

Parse and decode your JSON Web Token (JWT) and display its content

Header

Payload

Signature

Convert any file to a Base64-encoded Data URI

0%