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 | 哭魎^ | 1001101001001100111010011011001001011110 | 9a4ce9b25e |
EUC-JP | 哭魎^ | 1101001110101101111100101011010001011110 | d3adf2b45e |
UTF-8 | 哭魎^ | 11100101100100111010110111101001101011011000111001011110 | e593ade9ad8e5e |
UHC | 哭?^ | 11001101110101100011111101011110 | cdd63f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)