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 | ??v | 001111110011111101110110 | 3f3f76 |
SJIS-WIN | 唏唸v | 1001101001001000100110100101100001110110 | 9a489a5876 |
EUC-JP | 唏唸v | 1101001110101001110100111011100101110110 | d3a9d3b976 |
UTF-8 | 唏唸v | 11100101100101001000111111100101100101001011100001110110 | e5948fe594b876 |
UHC | ??v | 001111110011111101110110 | 3f3f76 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)