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 | ??J | 001111110011111101001010 | 3f3f4a |
| SJIS-WIN | 遶ッJ | 11100111101010111010111101001010 | e7abaf4a |
| EUC-JP | 遶ッJ | 1110111010101101100011101010111101001010 | eead8eaf4a |
| UTF-8 | 遶ッJ | 11101001100000011011011011101111101111011010111101001010 | e981b6efbdaf4a |
| UHC | ??J | 001111110011111101001010 | 3f3f4a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)