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 | ?醇?^ | 0011111110001111100001100011111101011110 | 3f8f863f5e |
| EUC-JP | ?醇?^ | 0011111110111101111001100011111101011110 | 3fbde63f5e |
| UTF-8 | 롒醇렦^ | 11101011101000011001001011101001100001101000011111101011101000001010011001011110 | eba192e98687eba0a65e |
| UHC | 롒醇렦^ | 10001110110101111110001011110101100011101011010101011110 | 8ed7e2f58eb55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)