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 | ??熊 | 00111111001111111000110001000110 | 3f3f8c46 |
| EUC-JP | ??熊 | 00111111001111111011011110100111 | 3f3fb7a7 |
| UTF-8 | 뤱밈熊 | 111010111010010010110001111010111011000010001000111001111000011010001010 | eba4b1ebb088e7868a |
| UHC | 뤱밈熊 | 100011111101111110111001110100101110101010101000 | 8fdfb9d2eaa8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)