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 | 羌眼ャ | 1110001110110011100010101110000110101100 | e3b38ae1ac |
| EUC-JP | 羌眼ャ | 111001101011010110110100111000111000111010101100 | e6b5b4e38eac |
| UTF-8 | 羌眼ャ | 111001111011111010001100111001111001110010111100111011111011110110101100 | e7be8ce79cbcefbdac |
| UHC | 羌眼? | 1100101110110110111001001101000100111111 | cbb6e4d13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)