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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | ??材沽 | 001111110011111110001101110111101001111110011000 | 3f3f8dde9f98 |
| EUC-JP | ??材沽 | 001111110011111110111010111000001101110111111000 | 3f3fbae0ddf8 |
| UTF-8 | 欌렪材沽 | 111001101010110010001100111010111010000010101010111001101001110110010000111001101011001010111101 | e6ac8ceba0aae69d90e6b2bd |
| UHC | 欌렪材沽 | 1110110111101011100011101011100011101110101001111100110110111111 | edeb8eb8eea7cdbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)