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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 辷オ轣シ雍出 | 11100111100010001011010111100111100000011011110011101000101101001000111101101111 | e788b5e781bce8b48f6f |
EUC-JP | 辷オ轣シ雍出 | 111011011110100010001110101101011110110111100001100011101011110011110000101101101011110111010000 | ede88eb5ede18ebcf0b6bdd0 |
UTF-8 | 辷オ轣シ雍出 | 111010001011111010110111111011111011110110110101111010001011110110100011111011111011110110111100111010011001101110001101111001011000011110111010 | e8beb7efbdb5e8bda3efbdbce99b8de587ba |
UHC | ????雍出 | 0011111100111111001111110011111111101000101111001111010111110011 | 3f3f3f3fe8bcf5f3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)