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 | 淨螂 | 10011111110001001110010110100101 | 9fc4e5a5 |
EUC-JP | 淨螂 | 11011110110001101110101010100111 | dec6eaa7 |
UTF-8 | 淨螂 | 111001101011011110101000111010001001111010000010 | e6b7a8e89e82 |
UHC | 淨螂 | 11101111111001001101010111001100 | efe4d5cc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)