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 | 鬱耿? | 1001111101010100111000111101010000111111 | 9f54e3d43f |
EUC-JP | 鬱耿? | 1101110110110101111001101101011000111111 | ddb5e6d63f |
UTF-8 | 鬱耿렊 | 111010011010110010110001111010001000000010111111111010111010000010001010 | e9acb1e880bfeba08a |
UHC | 鬱耿렊 | 111010101010011011001100111010101000111010100001 | eaa6ccea8ea1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)