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 | 殆邑 | 10010110011101111001011101010111 | 96779757 |
EUC-JP | 殆邑 | 11001011110110001100110110111000 | cbd8cdb8 |
UTF-8 | 殆邑 | 111001101010111010000110111010011000001010010001 | e6ae86e98291 |
UHC | 殆邑 | 11110111101111111110101111101001 | f7bfebe9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)