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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | 羣ン | 1110001110111000110111011111010101001111 | e3b8ddf54f |
| EUC-JP | 羣ン? | 1110011010111010100011101101110100111111 | e6ba8edd3f |
| UTF-8 | 羣ン | 111001111011111010100011111011111011111010011101111011101000111010111011 | e7bea3efbe9dee8ebb |
| UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)