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 | ????I^ | 001111110011111100111111001111110100100101011110 | 3f3f3f3f495e |
SJIS-WIN | 巐呷ァーI^ | 1111101010110110100110011110110010100111101100000100100101011110 | fab699eca7b0495e |
EUC-JP | 巐呷ァーI^ | 1000111110111011111110011101001011101110100011101010011110001110101100000100100101011110 | 8fbbf9d2ee8ea78eb0495e |
UTF-8 | 巐呷ァーI^ | 1110010110110111100100001110010110010001101101111110111110111101101001111110111110111101101100000100100101011110 | e5b790e591b7efbda7efbdb0495e |
UHC | ????I^ | 001111110011111100111111001111110100100101011110 | 3f3f3f3f495e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)