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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 跛晧ю褥 | 1110011011101010100111011110110010000100100100001110010111110001 | e6ea9dec8490e5f1 |
| EUC-JP | 跛晧ю褥 | 1110110011101100110110101110111010100111111100001110101011110011 | ececdaeea7f0eaf3 |
| UTF-8 | 跛晧ю褥 | 1110100010110111100110111110011010011001101001111101000110001110111010001010010010100101 | e8b79be699a7d18ee8a4a5 |
| UHC | 跛晧ю褥 | 1111011111110101111110111100010110101100111100001110100110110011 | f7f5fbc5acf0e9b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)