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 | ??^ | 001111110011111101011110 | 3f3f5e |
| SJIS-WIN | 者蒔^ | 1000111011010010100011101010101001011110 | 8ed28eaa5e |
| EUC-JP | 者蒔^ | 1011110011010100101111001010110001011110 | bcd4bcac5e |
| UTF-8 | 者蒔^ | 11101000100000001000010111101000100100101001010001011110 | e88085e892945e |
| UHC | 者蒔^ | 1110110110111010111000111100100001011110 | edbae3c85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)