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 | ùþ±æ | 11111001111111101011000111100110 | f9feb1e6 |
| SJIS-WIN | ??±? | 0011111100111111100000010111110100111111 | 3f3f817d3f |
| EUC-JP | ùþ±æ | 1000111110101011111000111000111110101001110100001010000111011110100011111010100111000001 | 8fabe38fa9d0a1de8fa9c1 |
| UTF-8 | ùþ±æ | 1100001110111001110000111011111011000010101100011100001110100110 | c3b9c3bec2b1c3a6 |
| UHC | ?þ±æ | 00111111101010011010110110100001101111101010100110100001 | 3fa9ada1bea9a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)