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 | 跌ク蟄伜夋菫 | 1110011011101001101110001110010110101101100110001110010111111010100111111110010010111111 | e6e9b8e5ad98e5fa9fe4bf |
| EUC-JP | 跌ク蟄伜夋菫 | 11101100111010111000111010111000111010101010111111010000111001111000111110111000111000011110100011000001 | eceb8eb8eaafd0e78fb8e1e8c1 |
| UTF-8 | 跌ク蟄伜夋菫 | 111010001011011110001100111011111011110110111000111010001001111110000100111001001011110010011100111001011010010010001011111010001000111110101011 | e8b78cefbdb8e89f84e4bc9ce5a48be88fab |
| UHC | 跌?蟄??菫 | 111100101111011000111111111101101101111000111111001111111101000011001011 | f2f63ff6de3f3fd0cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)