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 | ì²e | 11101100101100101010110101100101 | ecb2ad65 |
| SJIS-WIN | ???e | 00111111001111110011111101100101 | 3f3f3f65 |
| EUC-JP | ì??e | 100011111010101111000000001111110011111101100101 | 8fabc03f3f65 |
| UTF-8 | ì²e | 11000011101011001100001010110010110000101010110101100101 | c3acc2b2c2ad65 |
| UHC | ?²e | 001111111010100111110111101000011010100101100101 | 3fa9f7a1a965 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)