To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
| Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
|---|---|---|---|
| ISO-8859-1 | ????G | 0011111100111111001111110011111101000111 | 3f3f3f3f47 |
| SJIS-WIN | 顫趣スーG | 11101000111110101000111011101111101111011011000001000111 | e8fa8eefbdb047 |
| EUC-JP | 顫趣スーG | 111100001111110010111100111100011000111010111101100011101011000001000111 | f0fcbcf18ebd8eb047 |
| UTF-8 | 顫趣スーG | 11101001101000011010101111101000101101101010001111101111101111011011110111101111101111011011000001000111 | e9a1abe8b6a3efbdbdefbdb047 |
| UHC | 顫趣??G | 11101111101101011111011010101100001111110011111101000111 | efb5f6ac3f3f47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)