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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | ⅰ悉 | 11111010010000001000111010111011 | fa408ebb |
EUC-JP | ?悉 | 001111111011110010111101 | 3fbcbd |
UTF-8 | ⅰ悉 | 111000101000010110110000111001101000001010001001 | e285b0e68289 |
UHC | ⅰ悉 | 10100101101000011110001111111010 | a5a1e3fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)