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 | 吾ч?淞 | 10001100111000011000010010001001001111111001111111000010 | 8ce184893f9fc2 |
| EUC-JP | 吾ч?淞 | 10111000111000111010011111101001001111111101111011000100 | b8e3a7e93fdec4 |
| UTF-8 | 吾ч쮴淞 | 1110010110010000101111101101000110000111111011001010111010110100111001101011011110011110 | e590bed187ecaeb4e6b79e |
| UHC | 吾ч쮴淞 | 1110011111101110101011001110100110101000100100011110000111100111 | e7eeace9a891e1e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)