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 | ???w | 00111111001111110011111101110111 | 3f3f3f77 |
| SJIS-WIN | 軟??w | 1001001111101110001111110011111101110111 | 93ee3f3f77 |
| EUC-JP | 軟??w | 1100011011110000001111110011111101110111 | c6f03f3f77 |
| UTF-8 | 軟쒕젍w | 11101000101110111001111111101100100100101001010111101100101000001000110101110111 | e8bb9fec9295eca08d77 |
| UHC | 軟쒕젍w | 11100110111000111001110011101011101000001000111001110111 | e6e39ceba08e77 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)