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 | ?????@ | 001111110011111100111111001111110011111101000000 | 3f3f3f3f3f40 |
| SJIS-WIN | 彗??炯?@ | 1001110001100001001111110011111111100000011101100011111101000000 | 9c613f3fe0763f40 |
| EUC-JP | 彗??炯?@ | 1101011111000010001111110011111111011111110101110011111101000000 | d7c23f3fdfd73f40 |
| UTF-8 | 彗뚲궙炯쭱@ | 11100101101111011001011111101011100110101011001011101010101101101001100111100111100000101010111111101100101011011011000101000000 | e5bd97eb9ab2eab699e782afecadb140 |
| UHC | 彗뚲궙炯쭱@ | 1111101110110010100011001110111010000010101011101111101110100110101010000100010101000000 | fbb28cee82aefba6a84540 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)