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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 應紐鵡 | 100111001110010010010101010100101001011010110111 | 9ce4955296b7 |
EUC-JP | 應紐鵡 | 110110001110011011001001101100111100110010111001 | d8e6c9b3ccb9 |
UTF-8 | 應紐鵡 | 111001101000011110001001111001111011010010010000111010011011010110100001 | e68789e7b490e9b5a1 |
UHC | 應紐鵡 | 111010111110101111010010111011111101100111110111 | ebebd2efd9f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)