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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | ?亨? | 00111111100010111001110000111111 | 3f8b9c3f |
| EUC-JP | ?亨? | 00111111101101011111110000111111 | 3fb5fc3f |
| UTF-8 | 뤚亨뤫 | 111010111010010010011010111001001011101010101000111010111010010010101011 | eba49ae4baa8eba4ab |
| UHC | 뤚亨뤫 | 100011111100100111111010111110111000111111011001 | 8fc9fafb8fd9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)