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 | ?晳擾 | 0011111111111010110110011000111111101111 | 3ffad98fef |
EUC-JP | ?晳擾 | 001111111000111111000010110001001011111011110001 | 3f8fc2c4bef1 |
UTF-8 | 잨晳擾 | 111011001001111010101000111001101001100110110011111001101001001110111110 | ec9ea8e699b3e693be |
UHC | 잨晳擾 | 100111111111001111100000101011111110100011110110 | 9ff3e0afe8f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)