Unicode 轉換器

在中文和 Unicode 字元之間進行雙向轉換,以方便進行字元處理

Unicode 格式示例:

中文轉 Unicode: 你好 → \u4f60\u597d
Unicode 轉中文: \u4f60\u597d → 你好
支援的格式: \uXXXX, &#xXXXX;, &#XXXXX;