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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | 迪・繞キ繖セ | 111001111000110010100101111000111000010110110111111000111000010010111110 | e78ca5e385b7e384be |
| EUC-JP | 迪・繞キ繖セ | 111011011110110010001110101001011110010111100101100011101011011111100101111001001000111010111110 | edec8ea5e5e58eb7e5e48ebe |
| UTF-8 | 迪・繞キ繖セ | 111010001011111110101010111011111011110110100101111001111011100110011110111011111011110110110111111001111011100110010110111011111011110110111110 | e8bfaaefbda5e7b99eefbdb7e7b996efbdbe |
| UHC | 迪?繞??? | 1110111011101000001111111110100110100100001111110011111100111111 | eee83fe9a43f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)