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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
| SJIS-WIN | 紗而紗而B | 100011101101000110001110101001111000111011010001100011101010011101000010 | 8ed18ea78ed18ea742 |
| EUC-JP | 紗而紗而B | 101111001101001110111100101010011011110011010011101111001010100101000010 | bcd3bca9bcd3bca942 |
| UTF-8 | 紗而紗而B | 11100111101101001001011111101000100000001000110011100111101101001001011111101000100000001000110001000010 | e7b497e8808ce7b497e8808c42 |
| UHC | 紗而紗而B | 110111101110100111101100101110111101111011101001111011001011101101000010 | dee9ecbbdee9ecbb42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)