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 | 薰喊 | 11111011100111101001101001011110 | fb9e9a5e |
EUC-JP | ?喊 | 001111111101001110111111 | 3fd3bf |
UTF-8 | 薰喊 | 111010001001011010110000111001011001011010001010 | e896b0e5968a |
UHC | 薰喊 | 11111101101110011111100111100010 | fdb9f9e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)