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 | 阡戊挙襍エ | 111010001001010010010101111010001000101110010011111010001011010110110100 | e89495e88b93e8b5b4 |
| EUC-JP | 阡戊挙襍エ | 11101111111101001100101011101010101101011111001111110000101101111000111010110100 | eff4caeab5f3f0b78eb4 |
| UTF-8 | 阡戊挙襍エ | 111010011001100010100001111001101000100010001010111001101000110010011001111010001010010110001101111011111011110110110100 | e998a1e6888ae68c99e8a58defbdb4 |
| UHC | 阡戊??? | 11110100110001101101100111100110001111110011111100111111 | f4c6d9e63f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)