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 | 邀?И | 1110011110110001001111111000010001001001 | e7b13f8449 |
EUC-JP | 邀?И | 1110111010110011001111111010011110101010 | eeb33fa7aa |
UTF-8 | 邀싲И | 1110100110000010100000001110110010001011101100101101000010011000 | e98280ec8bb2d098 |
UHC | 邀싲И | 111010011010110110011010111010111010110010101010 | e9ad9aebacaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)