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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
| SJIS-WIN | 凹??^ | 1000100110011010001111110011111101011110 | 899a3f3f5e |
| EUC-JP | 凹??^ | 1011000111111010001111110011111101011110 | b1fa3f3f5e |
| UTF-8 | 凹뤷춦^ | 11100101100001111011100111101011101001001011011111101100101101101010011001011110 | e587b9eba4b7ecb6a65e |
| UHC | 凹뤷춦^ | 11101000111010101000111111100101101011011000010101011110 | e8ea8fe5ad855e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)