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 | レモエ魎」 | 1111000010111010110110101101001110110100111010011011001010100011 | f0badad3b4e9b2a3 |
| EUC-JP | ?レモエ魎」 | 0011111110001110110110101000111011010011100011101011010011110010101101001000111010100011 | 3f8eda8ed38eb4f2b48ea3 |
| UTF-8 | レモエ魎」 | 111011101000000110111001111011111011111010011010111011111011111010010011111011111011110110110100111010011010110110001110111011111011110110100011 | ee81b9efbe9aefbe93efbdb4e9ad8eefbda3 |
| UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)