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 | ??O | 001111110011111101001111 | 3f3f4f |
| SJIS-WIN | ?亨O | 00111111100010111001110001001111 | 3f8b9c4f |
| EUC-JP | ?亨O | 00111111101101011111110001001111 | 3fb5fc4f |
| UTF-8 | 뤚亨O | 11101011101001001001101011100100101110101010100001001111 | eba49ae4baa84f |
| UHC | 뤚亨O | 1000111111001001111110101111101101001111 | 8fc9fafb4f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)