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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | ???舍莖 | 00111111001111110011111111100100011100011110010010110001 | 3f3f3fe471e4b1 |
| EUC-JP | ???舍莖 | 00111111001111110011111111100111110100101110100010110011 | 3f3f3fe7d2e8b3 |
| UTF-8 | 롍롂뤵舍莖 | 111010111010000110001101111010111010000110000010111010111010010010110101111010001000100010001101111010001000111010010110 | eba18deba182eba4b5e8888de88e96 |
| UHC | 롍롂뤵舍莖 | 10001110110100111000111011001001100011111110001111011110111011001100110011101100 | 8ed38ec98fe3deecccec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)