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 | Í??? | 11001101001111110011111100111111 | cd3f3f3f |
| SJIS-WIN | ?$蹣繊 | 00111111100000011001000011100111010010011001000101000000 | 3f8190e7499140 |
| EUC-JP | Í$蹣繊 | 100011111010101010111111101000011111000011101101101010101100000110100001 | 8faabfa1f0edaac1a1 |
| UTF-8 | Í$蹣繊 | 1100001110001101111011111011110010000100111010001011100110100011111001111011100110001010 | c38defbc84e8b9a3e7b98a |
| UHC | ?$?? | 0011111110100011101001000011111100111111 | 3fa3a43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)