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 | 炅基貍駒 | 1111101101010001100010101110111011100110101111001000101111101110 | fb518aeee6bc8bee |
| EUC-JP | 炅基貍駒 | 100011111100100111001010101101001111000011101100101111101011011011110000 | 8fc9cab4f0ecbeb6f0 |
| UTF-8 | 炅基貍駒 | 111001111000001010000101111001011001111110111010111010001011001010001101111010011010011110010010 | e78285e59fbae8b28de9a792 |
| UHC | 炅基?駒 | 11001100110111011101000011110001001111111100111111001011 | ccddd0f13fcfcb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)