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 | 蠏 | 11110000111010011110010110110101 | f0e9e5b5 |
EUC-JP | ?蠏 | 001111111110101010110111 | 3feab7 |
UTF-8 | 蠏 | 111011101000001010101000111010001010000010001111 | ee82a8e8a08f |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)