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 | 001111110011111100111111001111110011111101110111 | 3f3f3f3f3f77 |
| SJIS-WIN | 鋺壻ク樒w | 11100111111110101001101011100100101110001001111011100111111110011010010001110111 | e7fa9ae4b89ee7f9a477 |
| EUC-JP | 鋺壻ク樒?w | 11101110111111001101010011100110100011101011100011011100111010010011111101110111 | eefcd4e68eb8dce93f77 |
| UTF-8 | 鋺壻ク樒w | 11101001100010111011101011100101101000111011101111101111101111011011100011100110101010001001001011101110100110111011111101110111 | e98bbae5a3bbefbdb8e6a892ee9bbf77 |
| UHC | ?壻???w | 00111111110111111110101100111111001111110011111101110111 | 3fdfeb3f3f3f77 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)