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^ | 0011111100111111001111110011111100111111001111110100100101011110 | 3f3f3f3f3f3f495e |
SJIS-WIN | 湿柴シユシーI^ | 10001110101111001000111011000100101111001101010110111100101100000100100101011110 | 8ebc8ec4bcd5bcb0495e |
EUC-JP | 湿柴シユシーI^ | 1011110010111110101111001100011010001110101111001000111011010101100011101011110010001110101100000100100101011110 | bcbebcc68ebc8ed58ebc8eb0495e |
UTF-8 | 湿柴シユシーI^ | 1110011010111001101111111110011010011111101101001110111110111101101111001110111110111110100101011110111110111101101111001110111110111101101100000100100101011110 | e6b9bfe69fb4efbdbcefbe95efbdbcefbdb0495e |
UHC | ?柴????I^ | 001111111110001111000011001111110011111100111111001111110100100101011110 | 3fe3c33f3f3f3f495e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)