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 | ????r^ | 001111110011111100111111001111110111001001011110 | 3f3f3f3f725e |
| SJIS-WIN | 魘溷、アr^ | 1110100110110100100111111110010110100100101100010111001001011110 | e9b49fe5a4b1725e |
| EUC-JP | 魘溷、アr^ | 11110010101101101101111011100111100011101010010010001110101100010111001001011110 | f2b6dee78ea48eb1725e |
| UTF-8 | 魘溷、アr^ | 1110100110101101100110001110011010111010101101111110111110111101101001001110111110111101101100010111001001011110 | e9ad98e6bab7efbda4efbdb1725e |
| UHC | ????r^ | 001111110011111100111111001111110111001001011110 | 3f3f3f3f725e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)