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 | 泳b?巡 | 10001001011010101000001010000010001111111000111110000100 | 896a82823f8f84 |
| EUC-JP | 泳b?巡 | 10110001110010111010001111100010001111111011110111100100 | b1cba3e23fbde4 |
| UTF-8 | 泳b댋巡 | 111001101011001110110011111011111011110110000010111010111000110010001011111001011011011110100001 | e6b3b3efbd82eb8c8be5b7a1 |
| UHC | 泳b댋巡 | 1110011110110110101000111110001010001000101101001110001011011110 | e7b6a3e288b4e2de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)