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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | ??郁 | 00111111001111111000100011101000 | 3f3f88e8 |
| EUC-JP | ??郁 | 00111111001111111011000011101010 | 3f3fb0ea |
| UTF-8 | 梨렗郁 | 111011111010011110100010111010111010000010010111111010011000001110000001 | efa7a2eba097e98381 |
| UHC | 梨렗郁 | 111011001011000110001110101011001110100111110100 | ecb18eace9f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)