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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?貶靄 | 0011111111100110110010001110100011001001 | 3fe6c8e8c9 |
EUC-JP | 錤貶靄 | 10001111111001001101111111101100110010101111000011001011 | 8fe4dfeccaf0cb |
UTF-8 | 錤貶靄 | 111010011000110010100100111010001011001010110110111010011001110110000100 | e98ca4e8b2b6e99d84 |
UHC | 錤貶靄 | 110100011100010111111000101111111110010011110111 | d1c5f8bfe4f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)