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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 鞦櫁ェケ雎 | 1110100011100001100111101110100010101010101110011110100010110001 | e8e19ee8aab9e8b1 |
| EUC-JP | 鞦櫁ェケ雎 | 11110000111000111101110011101010100011101010101010001110101110011111000010110011 | f0e3dcea8eaa8eb9f0b3 |
| UTF-8 | 鞦櫁ェケ雎 | 111010011001111010100110111001101010101110000001111011111011110110101010111011111011110110111001111010011001101110001110 | e99ea6e6ab81efbdaaefbdb9e99b8e |
| UHC | ????雎 | 001111110011111100111111001111111110111011010001 | 3f3f3f3feed1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)