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 | 拌゚ | 100111010110000111011111 | 9d61df |
EUC-JP | 拌゚ | 11011001110000101000111011011111 | d9c28edf |
UTF-8 | 拌゚ | 111001101000101110001100111011111011111010011111 | e68b8cefbe9f |
UHC | 拌? | 110110101110010100111111 | dae53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)