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 | 艫磯葦謔 | 1110010010000011100010001110100110001000101011111110011010000010 | e48388e988afe682 |
| EUC-JP | 艫磯葦謔 | 1110011111100011101100001110101110110000101100011110101111100010 | e7e3b0ebb0b1ebe2 |
| UTF-8 | 艫磯葦謔 | 111010001000100110101011111001111010001110101111111010001001000110100110111010001010110010010100 | e889abe7a3afe891a6e8ac94 |
| UHC | ?磯葦謔 | 00111111110100011011010011101010110110001111100111001100 | 3fd1b4ead8f9cc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)