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 | 懈濫 | 10011100111001101001011110010100 | 9ce69794 |
| EUC-JP | 懈濫 | 11011000111010001100110111110100 | d8e8cdf4 |
| UTF-8 | 懈濫 | 111001101000011110001000111001101011111110101011 | e68788e6bfab |
| UHC | 懈濫 | 11111010101010111101010110111101 | faabd5bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)