絵文字変換器
絵文字をUnicode、UTF-8、その他の形式にオンラインで変換します。絵文字文字をエンコード・デコードします。
絵文字入力
機能紹介
The Emoji Converter tool turns emojis into Unicode code points, UTF‑8 bytes, and other representations, and converts them back. It is useful for debugging encoding issues, storing emojis safely, or learning how they are represented internally.
このツールを使うタイミング
Use this tool whenever you work with emojis in code, databases, or APIs: checking how they are encoded, escaping them for configs, or copying specific code points.
使い方
Enter emoji or text
Type or paste one or more emojis or text containing emojis into the input area.
View encodings
See the corresponding Unicode code points, UTF‑8 bytes, and other formats generated automatically.
Copy the needed representation
Copy the format you need into your source code, configuration, or debugging tools.
使用例
Storing emojis in a config file
Convert emojis to escape sequences or code points so they can be safely stored in JSON or other configuration formats.
