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 | 焏基貍軟 | 1111101101010011100010101110111011100110101111001001001111101110 | fb538aeee6bc93ee |
| EUC-JP | 焏基貍軟 | 100011111100100111101001101101001111000011101100101111101100011011110000 | 8fc9e9b4f0ecbec6f0 |
| UTF-8 | 焏基貍軟 | 111001111000010010001111111001011001111110111010111010001011001010001101111010001011101110011111 | e7848fe59fbae8b28de8bb9f |
| UHC | ?基?軟 | 001111111101000011110001001111111110011011100011 | 3fd0f13fe6e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)