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 | ¢®¢ç¢®© | 10100010101011101010001011100111101000101010111010101001 | a2aea2e7a2aea9 |
| SJIS-WIN | ¢?¢?¢?? | 10000001100100010011111110000001100100010011111110000001100100010011111100111111 | 81913f81913f81913f3f |
| EUC-JP | ¢®¢ç¢®© | 101000011111000110001111101000101110111010100001111100011000111110101011101011101010000111110001100011111010001011101110100011111010001011101101 | a1f18fa2eea1f18fabaea1f18fa2ee8fa2ed |
| UTF-8 | ¢®¢ç¢®© | 1100001010100010110000101010111011000010101000101100001110100111110000101010001011000010101011101100001010101001 | c2a2c2aec2a2c3a7c2a2c2aec2a9 |
| UHC | ?®???®? | 001111111010001011100111001111110011111100111111101000101110011100111111 | 3fa2e73f3f3fa2e73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)