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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 阯・德儖 | 11101000100101111010010111111010101110101001100101001111 | e897a5faba994f |
| EUC-JP | 阯・?儖 | 11101111111101111000111010100101001111111101000110110000 | eff78ea53fd1b0 |
| UTF-8 | 阯・德儖 | 111010011001100010101111111011111011110110100101111001011011111010110111111001011000010010010110 | e998afefbda5e5beb7e58496 |
| UHC | ??德? | 0011111100111111110100111110110000111111 | 3f3fd3ec3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)