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 | 荏?儲緞 | 10001001011000000011111110010110110101111110001101101010 | 89603f96d7e36a |
| EUC-JP | 荏?儲緞 | 10110001110000010011111111001100110110011110010111001011 | b1c13fccd9e5cb |
| UTF-8 | 荏렱儲緞 | 111010001000110110001111111010111010000010110001111001011000010010110010111001111011011110011110 | e88d8feba0b1e584b2e7b79e |
| UHC | 荏렱儲緞 | 1110110011111011100011101011111011101110101110011101001110110000 | ecfb8ebeeeb9d3b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)