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 | 鞦櫁ェケ鞐 | 1110100011100001100111101110100010101010101110011110100011011110 | e8e19ee8aab9e8de |
| EUC-JP | 鞦櫁ェケ鞐 | 11110000111000111101110011101010100011101010101010001110101110011111000011100000 | f0e3dcea8eaa8eb9f0e0 |
| UTF-8 | 鞦櫁ェケ鞐 | 111010011001111010100110111001101010101110000001111011111011110110101010111011111011110110111001111010011001111010010000 | e99ea6e6ab81efbdaaefbdb9e99e90 |
| UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)