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 | 1000111011000011100011101011101101100101 | 8ec38ebb65 |
| EUC-JP | 偲悉e | 1011110011000101101111001011110101100101 | bcc5bcbd65 |
| UTF-8 | 偲悉e | 11100101100000011011001011100110100000101000100101100101 | e581b2e6828965 |
| UHC | ?悉e | 00111111111000111111101001100101 | 3fe3fa65 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)