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 | è½¢ãè¹ | 1110100010111101101000101110001110000010100011111110100010111001 | e8bda2e3828fe8b9 |
| SJIS-WIN | ??¢????? | 001111110011111110000001100100010011111100111111001111110011111100111111 | 3f3f81913f3f3f3f3f |
| EUC-JP | è?¢ã??è? | 100011111010101110110010001111111010000111110001100011111010101110101010001111110011111110001111101010111011001000111111 | 8fabb23fa1f18fabaa3f3f8fabb23f |
| UTF-8 | è½¢ãè¹ | 11000011101010001100001010111101110000101010001011000011101000111100001010000010110000101000111111000011101010001100001010111001 | c3a8c2bdc2a2c3a3c282c28fc3a8c2b9 |
| UHC | ?½?????¹ | 00111111101010001111011000111111001111110011111100111111001111111010100111110110 | 3fa8f63f3f3f3f3fa9f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)