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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 顆イ荵滓エ | 1110100011110111101100101110010010111001100111111110011010110100 | e8f7b2e4b99fe6b4 |
EUC-JP | 顆イ荵滓エ | 11110000111110011000111010110010111010001011101111011110111010001000111010110100 | f0f98eb2e8bbdee88eb4 |
UTF-8 | 顆イ荵滓エ | 111010011010000110000110111011111011110110110010111010001000110110110101111001101011101110010011111011111011110110110100 | e9a186efbdb2e88db5e6bb93efbdb4 |
UHC | 顆??滓? | 11001110101010000011111100111111111011101010101100111111 | cea83f3feeab3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)