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 | ????S | 0011111100111111001111110011111101010011 | 3f3f3f3f53 |
| SJIS-WIN | 偲ニト嫉S | 10001110110000111100011011000100100011101011100101010011 | 8ec3c6c48eb953 |
| EUC-JP | 偲ニト嫉S | 101111001100010110001110110001101000111011000100101111001011101101010011 | bcc58ec68ec4bcbb53 |
| UTF-8 | 偲ニト嫉S | 11100101100000011011001011101111101111101000011011101111101111101000010011100101101010111000100101010011 | e581b2efbe86efbe84e5ab8953 |
| UHC | ???嫉S | 001111110011111100111111111100101110110001010011 | 3f3f3ff2ec53 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)