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 | ?淺?忖 | 001111111001111111000111001111111001110001110101 | 3f9fc73f9c75 |
| EUC-JP | ?淺?忖 | 001111111101111011001001001111111101011111010110 | 3fdec93fd7d6 |
| UTF-8 | 뤚淺쟌忖 | 111010111010010010011010111001101011011110111010111011001001111110001100111001011011111110010110 | eba49ae6b7baec9f8ce5bf96 |
| UHC | 뤚淺쟌忖 | 1000111111001001111101001011110011000000111100101111010110111100 | 8fc9f4bcc0f2f5bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)