Skip to content

المشفّرات والتشفير

ترميز / فك ترميز كيانات HTML

أداة ترميز وفك ترميز كيانات HTML مجانية. قم بترميز & و < و > والمراجع المسماة/الرقمية، أو فك ترميزها مرة أخرى إلى نص. تعمل في متصفحك.

Runs in your browser
Input
Output

ملاحظة المحرر

Understanding · The four characters HTML can't ignore.

هذا الفصل المعمّق متاح حاليًا باللغة الإنجليزية فقط. أداة التحويل أعلاه تعمل بلغتك؛ أما المقال التفصيلي الطويل فلم تتم ترجمته بعد.

الأسئلة المتكررة

Quick answers.

Why do I need to escape HTML?

To prevent special characters from being interpreted as HTML tags. < becomes &lt; so the browser shows the character instead of opening a tag.

What characters need escaping?

At minimum: < > & " '. For maximum safety, escape every non-ASCII character to numeric entities like &#x1F600;.

Is my input uploaded?

No — runs entirely in your browser.

Does it handle named entities like &copy;?

Yes — both named (&copy;) and numeric (&#169; or &#xA9;) entities are decoded correctly.

Is the tool free?

Yes — fully free, no signup.

يبحث الأشخاص أيضًا عن

Use with

What people reach for next.

أدوات ذات صلة

More in this room.

شاهد الكل في المشفّرات والتشفير