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 | 鄂溯ス画坩 | 111001111011110110011111111010001011110110001001111001101001101010101110 | e7bd9fe8bd89e69aae |
EUC-JP | 鄂溯ス画坩 | 11101110101111111101111011101010100011101011110110110010111010001101010010110000 | eebfdeea8ebdb2e8d4b0 |
UTF-8 | 鄂溯ス画坩 | 111010011000010010000010111001101011101010101111111011111011110110111101111001111001010010111011111001011001110110101001 | e98482e6baafefbdbde794bbe59da9 |
UHC | 鄂溯??? | 11100100110001111110000110111101001111110011111100111111 | e4c7e1bd3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)