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 | 綣? | 111000110101101100111111 | e35b3f |
EUC-JP | 綣鏁 | 1110010110111100100011111110010110111100 | e5bc8fe5bc |
UTF-8 | 綣鏁 | 111001111011011010100011111010011000111110000001 | e7b6a3e98f81 |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)