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 | ??際? | 0011111100111111100011011101101100111111 | 3f3f8ddb3f |
| EUC-JP | ??際? | 0011111100111111101110101101110100111111 | 3f3fbadd3f |
| UTF-8 | 솩샵際아 | 111011001000011010101001111011001000001110110101111010011001101010011011111011001001010110000100 | ec86a9ec83b5e99a9bec9584 |
| UHC | 솩샵際아 | 1011110011011110101111001010010111110000101101111011111011000110 | bcdebca5f0b7bec6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)