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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | 壯ε? | 1001101011100001100000111100001100111111 | 9ae183c33f |
| EUC-JP | 壯ε? | 1101010011100011101001101100010100111111 | d4e3a6c53f |
| UTF-8 | 壯ε넍 | 1110010110100011101011111100111010110101111010111000010010001101 | e5a3afceb5eb848d |
| UHC | 壯ε넍 | 111011011110000010100101111001011000011010011001 | ede0a5e58699 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)