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 | 衍律濮 | 100111111010010110010111101001011110000001100000 | 9fa597a5e060 |
| EUC-JP | 衍律濮 | 110111101010011111001110101001111101111111000001 | dea7cea7dfc1 |
| UTF-8 | 衍律濮 | 111010001010000110001101111001011011111010001011111001101011111110101110 | e8a18de5be8be6bfae |
| UHC | 衍律? | 1110011011100010110101111100100000111111 | e6e2d7c83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)