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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 哭瞎\ | 1001101001001100111000011101000001011100 | 9a4ce1d05c |
EUC-JP | 哭瞎\ | 1101001110101101111000101101001001011100 | d3ade2d25c |
UTF-8 | 哭瞎\ | 11100101100100111010110111100111100111101000111001011100 | e593ade79e8e5c |
UHC | 哭?\ | 11001101110101100011111101011100 | cdd63f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)