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 | 韜檎償 | 111010001110100110001100111001111000111110011110 | e8e98ce78f9e |
| EUC-JP | 韜檎償 | 111100001110101110111000111010011011110111111110 | f0ebb8e9bdfe |
| UTF-8 | 韜檎償 | 111010011001111110011100111001101010101010001110111001011000010010011111 | e99f9ce6aa8ee5849f |
| UHC | 韜檎償 | 110101001011011111010000110101011101111111000001 | d4b7d0d5dfc1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)