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 | 湜星僧 | 111110110100011110010000101011111001000101101101 | fb4790af916d |
| EUC-JP | 湜星僧 | 10001111110001111111110011000000101100011100000111001110 | 8fc7fcc0b1c1ce |
| UTF-8 | 湜星僧 | 111001101011100110011100111001101001100010011111111001011000001110100111 | e6b99ce6989fe583a7 |
| UHC | 湜星僧 | 111000111101011111100000111110001110001110101100 | e3d7e0f8e3ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)