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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
| SJIS-WIN | 擎擎^ | 111100001111000111111010110011001111000011110001111110101100110001011110 | f0f1faccf0f1facc5e |
| EUC-JP | ?擎?擎^ | 001111111000111111000001101001100011111110001111110000011010011001011110 | 3f8fc1a63f8fc1a65e |
| UTF-8 | 擎擎^ | 11101110100000101011000011100110100100111000111011101110100000101011000011100110100100111000111001011110 | ee82b0e6938eee82b0e6938e5e |
| UHC | ?擎?擎^ | 00111111110011001101011000111111110011001101011001011110 | 3fccd63fccd65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)