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 | 辷オ轣シ雍 | 1110011110001000101101011110011110000001101111001110100010110100 | e788b5e781bce8b4 |
EUC-JP | 辷オ轣シ雍 | 11101101111010001000111010110101111011011110000110001110101111001111000010110110 | ede88eb5ede18ebcf0b6 |
UTF-8 | 辷オ轣シ雍 | 111010001011111010110111111011111011110110110101111010001011110110100011111011111011110110111100111010011001101110001101 | e8beb7efbdb5e8bda3efbdbce99b8d |
UHC | ????雍 | 001111110011111100111111001111111110100010111100 | 3f3f3f3fe8bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)