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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 紲種宗紲種 | 11100011010001111000111011101101100011110100000011100011010001111000111011101101 | e3478eed8f40e3478eed |
| EUC-JP | 紲種宗紲種 | 11100101101010001011110011101111101111011010000111100101101010001011110011101111 | e5a8bcefbda1e5a8bcef |
| UTF-8 | 紲種宗紲種 | 111001111011010010110010111001111010100010101110111001011010111010010111111001111011010010110010111001111010100010101110 | e7b4b2e7a8aee5ae97e7b4b2e7a8ae |
| UHC | ?種宗?種 | 0011111111110000111110101111000011110011001111111111000011111010 | 3ff0faf0f33ff0fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)