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 | ????A | 0011111100111111001111110011111101000001 | 3f3f3f3f41 |
| SJIS-WIN | 旭?奚?A | 10001000101011100011111110011010111101100011111101000001 | 88ae3f9af63f41 |
| EUC-JP | 旭?奚?A | 10110000101100000011111111010100111110000011111101000001 | b0b03fd4f83f41 |
| UTF-8 | 旭렔奚렪A | 11100110100101111010110111101011101000001001010011100101101001011001101011101011101000001010101001000001 | e697adeba094e5a59aeba0aa41 |
| UHC | 旭렔奚렪A | 111010011110111110001110101010011111101010101000100011101011100001000001 | e9ef8ea9faa88eb841 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)