🔓 Decodificar
🔒 Codificar
Exemplos:
JS \u
\x hex
%u URL
Emojis
Surrogate
TEXTO COM ESCAPES
0 caracteres
TEXTO DECODIFICADO
Formatos suportados na decodificação
\uXXXX
JS / JSON / Java (4 dígitos hex)
\u0041 → A\u{XXXXXX}
ES6 code point (emojis e símbolos raros)
\u{1F600} → 😀\UXXXXXXXX
Python (8 dígitos hex)
\U0001F600 → 😀\xXX
Escape hexadecimal de byte
\x41 → A%uXXXX
URL encoding legada (IE/Microsoft)
%u0041 → A\uHigh\uLow
Par substituto (emojis em JSON antigo)
😀 → 😀