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 | 雕?慮 | 1110100010111000001111111001011110110110 | e8b83f97b6 |
EUC-JP | 雕?慮 | 1111000010111010001111111100111010111000 | f0ba3fceb8 |
UTF-8 | 雕곌慮 | 111010011001101110010101111010101011001110001100111001101000010110101110 | e99b95eab38ce685ae |
UHC | 雕곌慮 | 111100001110011110110000111010101101010111100111 | f0e7b0ead5e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)