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 | 蛛イ迺ス閧 | 1110010110000001101100101110011110010010101111011110100010000010 | e581b2e792bde882 |
EUC-JP | 蛛イ迺ス閧 | 11101001111000011000111010110010111011011111001010001110101111011110111111100010 | e9e18eb2edf28ebdefe2 |
UTF-8 | 蛛イ迺ス閧 | 111010001001101110011011111011111011110110110010111010001011111110111010111011111011110110111101111010011001011010100111 | e89b9befbdb2e8bfbaefbdbde996a7 |
UHC | 蛛???? | 111100011100100000111111001111110011111100111111 | f1c83f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)