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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | ?校旁 | 0011111110001101010110101001110111010011 | 3f8d5a9dd3 |
| EUC-JP | ?校旁 | 0011111110111001101110111101101011010101 | 3fb9bbdad5 |
| UTF-8 | 溜校旁 | 111011111010011110001011111001101010000010100001111001101001011110000001 | efa78be6a0a1e69781 |
| UHC | 溜校旁 | 111010101111111011001110111010001101101110110001 | eafecee8dbb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)