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 | ?摯貶 | 0011111110011101100101011110011011001000 | 3f9d95e6c8 |
| EUC-JP | 瀷摯貶 | 10001111110010011011010011011001111101011110110011001010 | 8fc9b4d9f5ecca |
| UTF-8 | 瀷摯貶 | 111001111000000010110111111001101001000110101111111010001011001010110110 | e780b7e691afe8b2b6 |
| UHC | 瀷摯貶 | 111011001100101111110010101001111111100010111111 | eccbf2a7f8bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)