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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | 妺星僧 | 111110101010010110010000101011111001000101101101 | faa590af916d |
| EUC-JP | 妺星僧 | 10001111101110011011011111000000101100011100000111001110 | 8fb9b7c0b1c1ce |
| UTF-8 | 妺星僧 | 111001011010011010111010111001101001100010011111111001011000001110100111 | e5a6bae6989fe583a7 |
| UHC | ?星僧 | 0011111111100000111110001110001110101100 | 3fe0f8e3ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)