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 | 豺オ螻前 | 11100110101101111011010111100101101100011001000101001111 | e6b7b5e5b1914f |
| EUC-JP | 豺オ螻前 | 1110110010111001100011101011010111101010101100111100000110110000 | ecb98eb5eab3c1b0 |
| UTF-8 | 豺オ螻前 | 111010001011000110111010111011111011110110110101111010001001111010111011111001011000100110001101 | e8b1baefbdb5e89ebbe5898d |
| UHC | 豺??前 | 111000111100111100111111001111111110111011110001 | e3cf3f3feef1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)