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 | 魍貂 | 11101001101100011110011010111000 | e9b1e6b8 |
EUC-JP | 魍貂 | 11110010101100111110110010111010 | f2b3ecba |
UTF-8 | 魍貂 | 111010011010110110001101111010001011001010000010 | e9ad8de8b282 |
UHC | ?貂 | 001111111111010110110000 | 3ff5b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)