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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
| SJIS-WIN | 邪糢七^ | 10001110110101111110001011110101100011101011010101011110 | 8ed7e2f58eb55e |
| EUC-JP | 邪糢七^ | 10111100110110011110010011110111101111001011011101011110 | bcd9e4f7bcb75e |
| UTF-8 | 邪糢七^ | 11101001100000101010101011100111101100111010001011100100101110001000001101011110 | e982aae7b3a2e4b8835e |
| UHC | 邪?七^ | 110111101111011100111111111101101101001001011110 | def73ff6d25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)