Convertisseurs
Unicode Escape / Unescape
Convert text to Unicode escapes and back.
Browser-onlyInstant outputLocal data
Pourquoi utiliser cet outil
03Transform text into \uXXXX escapes or decode escapes to readable text.
Unicode Escape / Unescape is useful for debugging encoded payloads.
Both encode and decode views are shown together.
Comment l'utiliser
02Vérifications rapides avant de copier
03Confirm the input is the format you intended.
Scan the result before using it in a document, URL, config, or message.
Copy only the output you need.
FAQ
03
Can it decode mixed input?
Yes. It handles escaped segments while keeping normal text.
What format are the escape sequences?
Standard \uXXXX format, compatible with JavaScript, JSON, Java, and most modern languages.
Does it handle emoji or extended Unicode?
Yes. Characters outside the Basic Multilingual Plane are encoded as surrogate pairs.
Outils liés
03HTML Escape / Unescape→
Escape and unescape HTML entities.
JSON Formatter→
Format, minify, and validate JSON in one place.
Base64 Encode / Decode→
Convert plain text to Base64 and back.