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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | 莵赦杓 | 111001001011011110001110110011011000111011011011 | e4b78ecd8edb |
| EUC-JP | 莵赦杓 | 111010001011100110111100110011111011110011011101 | e8b9bccfbcdd |
| UTF-8 | 莵赦杓 | 111010001000111010110101111010001011010110100110111001101001110110010011 | e88eb5e8b5a6e69d93 |
| UHC | ?赦杓 | 0011111111011110111101011111100011110101 | 3fdef5f8f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)