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 | ?? | 0011111100111111 | 3f3f |
| SJIS-WIN | 粲笞 | 11100010111010101110001010011010 | e2eae29a |
| EUC-JP | 粲笞 | 11100100111011001110001111111010 | e4ece3fa |
| UTF-8 | 粲笞 | 111001111011001010110010111001111010110010011110 | e7b2b2e7ac9e |
| UHC | 粲笞 | 11110011110001001111011111000010 | f3c4f7c2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)