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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | 莎」シモル | 1111000111100110111001001011001110100011101111001101001111011001 | f1e6e4b3a3bcd3d9 |
| EUC-JP | ?莎」シモル | 0011111111101000101101011000111010100011100011101011110010001110110100111000111011011001 | 3fe8b58ea38ebc8ed38ed9 |
| UTF-8 | 莎」シモル | 111011101000010110100001111010001000111010001110111011111011110110100011111011111011110110111100111011111011111010010011111011111011111010011001 | ee85a1e88e8eefbda3efbdbcefbe93efbe99 |
| UHC | ?莎???? | 00111111110111101110110100111111001111110011111100111111 | 3fdeed3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)