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 | 蒻?潔 | 1110010011101000001111111000110010001001 | e4e83f8c89 |
| EUC-JP | 蒻鎵潔 | 11101000111010101000111111100101101110001011011111101001 | e8ea8fe5b8b7e9 |
| UTF-8 | 蒻鎵潔 | 111010001001001010111011111010011000111010110101111001101011110110010100 | e892bbe98eb5e6bd94 |
| UHC | 蒻?潔 | 1110010110110110001111111100110010111110 | e5b63fccbe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)