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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | 衍????? | 10011111101001010011111100111111001111110011111100111111 | 9fa53f3f3f3f3f |
| EUC-JP | 衍????? | 11011110101001110011111100111111001111110011111100111111 | dea73f3f3f3f3f |
| UTF-8 | 衍뤷넇力끾뎐 | 111010001010000110001101111010111010010010110111111010111000010010000111111011111010011010001010111010111000000110111110111010111000111010010000 | e8a18deba4b7eb8487efa68aeb81beeb8e90 |
| UHC | 衍뤷넇力끾뎐 | 111001101110001010001111111001011000011010010111111001101011001110000101111001101011010110101111 | e6e28fe58697e6b385e6b5af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)