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 | CO¢w | 10010010010000111001001001001111100100011010001001110111 | 9243924f91a277 |
| SJIS-WIN | ?C?O?¢w | 0011111101000011001111110100111100111111100000011001000101110111 | 3f433f4f3f819177 |
| EUC-JP | ?C?O?¢w | 0011111101000011001111110100111100111111101000011111000101110111 | 3f433f4f3fa1f177 |
| UTF-8 | CO¢w | 1100001010010010010000111100001010010010010011111100001010010001110000101010001001110111 | c29243c2924fc291c2a277 |
| UHC | ?C?O??w | 00111111010000110011111101001111001111110011111101110111 | 3f433f4f3f3f77 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)