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 | ?????w | 001111110011111100111111001111110011111101110111 | 3f3f3f3f3f77 |
| SJIS-WIN | 嶸??癰?w | 1111101010110100001111110011111111100001100111100011111101110111 | fab43f3fe19e3f77 |
| EUC-JP | 嶸??癰?w | 100011111011101111110100001111110011111111100001111111100011111101110111 | 8fbbf43f3fe1fe3f77 |
| UTF-8 | 嶸뗩넀癰퀯w | 11100101101101101011100011101011100101111010100111101011100001001000000011100111100110011011000011101101100000001010111101110111 | e5b6b8eb97a9eb8480e799b0ed80af77 |
| UHC | 嶸뗩넀癰퀯w | 1110011110101110100010111110100110000110100100001110100010111001101101000100001001110111 | e7ae8be98690e8b9b44277 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)