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 | 凹履^ | 1000100110011010100101111001101001011110 | 899a979a5e |
| EUC-JP | 凹履^ | 1011000111111010110011011111101001011110 | b1facdfa5e |
| UTF-8 | 凹履^ | 11100101100001111011100111100101101100011010010101011110 | e587b9e5b1a55e |
| UHC | 凹履^ | 1110100011101010110101111101101101011110 | e8ead7db5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)