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 | ?盲? | 00111111100101101101001100111111 | 3f96d33f |
| EUC-JP | 洧盲? | 100011111100011110110100110011001101010100111111 | 8fc7b4ccd53f |
| UTF-8 | 洧盲렯 | 111001101011010010100111111001111001101110110010111010111010000010101111 | e6b4a7e79bb2eba0af |
| UHC | 洧盲렯 | 111010101111101111011000111011101000111010111100 | eafbd8ee8ebc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)