Universal

Encoding converterEN

Use strict, standard-scoped text encodings without confusing encoding with encryption.

Options

Processing stays in this tab.

Ready.

How to use it

This tool converts representation formats used in web requests, tokens, markup, and byte inspection.

  1. Choose an encoding and whether to encode plain text or decode encoded input.
  2. Paste the source exactly; decoding rejects malformed or non-canonical byte encodings.
  3. Convert and copy the Unicode result or encoded representation.

Worked example

Input
Text: Rigula 你好 · Base64 encode
Output
UmlndWxhIOS9oOWlvQ==

Base64 and hexadecimal modes first encode text as UTF-8 bytes.

Method and definitions

  • Base64/Base64url follow RFC 4648; URL mode uses URL-component percent encoding.
  • HTML mode maps only ampersand, angle brackets, quotes, and apostrophes; it is not an HTML sanitizer.

Limits and edge cases

  • Encoding does not provide secrecy, authenticity, compression, or escaping for every possible context.
  • Input is limited to 1 MiB and decoded byte sequences must be valid UTF-8.

Privacy

All input and output stays in this tab. Rigula does not upload, store, or include it in a share URL.