Encoders & Decoders
Tools for encoding and decoding various data formats
JWT Decoder
Decode and verify JSON Web Tokens (JWT) to inspect their contents.
Base64 Encoder/Decoder
Encode or decode data using Base64 encoding.
URL Encoder/Decoder
Encode or decode URLs to ensure they are properly formatted.
HTML Encoder/Decoder
Encode or decode HTML entities in your text content.
Hex Encoder/Decoder
Convert text to hexadecimal representation and back.
Unicode Encoder/Decoder
Work with Unicode characters and their escape sequences.