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 | ÎÎ | 11001110100111011100111010010010 | ce9dce92 |
| SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| EUC-JP | Î?Î? | 1000111110101010110000100011111110001111101010101100001000111111 | 8faac23f8faac23f |
| UTF-8 | ÎÎ | 1100001110001110110000101001110111000011100011101100001010010010 | c38ec29dc38ec292 |
| UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)