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 | ï¦ç¶ëú | 1110111110100110100000111110011110000100101101101110101111111010 | efa683e784b6ebfa |
| SJIS-WIN | ?????¶?? | 001111110011111100111111001111110011111110000001111101110011111100111111 | 3f3f3f3f3f81f73f3f |
| EUC-JP | ï¦?ç?¶ëú | 10001111101010111100000110001111101000101100001100111111100011111010101110101110001111111010001011111001100011111010101110110011100011111010101111100010 | 8fabc18fa2c33f8fabae3fa2f98fabb38fabe2 |
| UTF-8 | ï¦ç¶ëú | 11000011101011111100001010100110110000101000001111000011101001111100001010000100110000101011011011000011101010111100001110111010 | c3afc2a6c283c3a7c284c2b6c3abc3ba |
| UHC | ?????¶?? | 001111110011111100111111001111110011111110100010110100100011111100111111 | 3f3f3f3f3fa2d23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)