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 | ?~? | 001111110111111000111111 | 3f7e3f |
| SJIS-WIN | 脱~足 | 1001001001000101011111101001000110101011 | 92457e91ab |
| EUC-JP | 脱~足 | 1100001110100110011111101100001010101101 | c3a67ec2ad |
| UTF-8 | 脱~足 | 11101000100001001011000101111110111010001011011010110011 | e884b17ee8b6b3 |
| UHC | ?~足 | 00111111011111101111000011101011 | 3f7ef0eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)