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 | ??e | 001111110011111101100101 | 3f3f65 |
| SJIS-WIN | 釭鹿e | 1111101110111101100011101010110101100101 | fbbd8ead65 |
| EUC-JP | 釭鹿e | 100011111110001110101111101111001010111101100101 | 8fe3afbcaf65 |
| UTF-8 | 釭鹿e | 11101001100001111010110111101001101110011011111101100101 | e987ade9b9bf65 |
| UHC | ?鹿e | 00111111110101101110001101100101 | 3fd6e365 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)