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 | ?? | 0011111100111111 | 3f3f |
| SJIS-WIN | 繰叩 | 10001100010010101001001001000000 | 8c4a9240 |
| EUC-JP | 繰叩 | 10110111101010111100001110100001 | b7abc3a1 |
| UTF-8 | 繰叩 | 111001111011100110110000111001011000111110101001 | e7b9b0e58fa9 |
| UHC | 繰叩 | 11110000110110111100110110110000 | f0dbcdb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)