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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 處???處 | 10011001011111000011111100111111001111111001100101111100 | 997c3f3f3f997c |
EUC-JP | 處???處 | 11010001110111010011111100111111001111111101000111011101 | d1dd3f3f3fd1dd |
UTF-8 | 處렦泥렪處 | 111010001001100110010101111010111010000010100110111011111010011110100011111010111010000010101010111010001001100110010101 | e89995eba0a6efa7a3eba0aae89995 |
UHC | 處렦泥렪處 | 11110100101001011000111010110101111011001011001010001110101110001111010010100101 | f4a58eb5ecb28eb8f4a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)