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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 駿?慮 | 1000111101111000001111111001011110110110 | 8f783f97b6 |
EUC-JP | 駿?慮 | 1011110111011001001111111100111010111000 | bdd93fceb8 |
UTF-8 | 駿곌慮 | 111010011010011110111111111010101011001110001100111001101000010110101110 | e9a7bfeab38ce685ae |
UHC | 駿곌慮 | 111100011110011110110000111010101101010111100111 | f1e7b0ead5e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)