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 | ?擘? | 00111111100111011010010000111111 | 3f9da43f |
| EUC-JP | ?擘? | 00111111110110101010011000111111 | 3fdaa63f |
| UTF-8 | 뤒擘룫 | 111010111010010010010010111001101001001110011000111010111010001110101011 | eba492e69398eba3ab |
| UHC | 뤒擘룫 | 100011111100001011011011111110111000111110100010 | 8fc2dbfb8fa2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)