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 | ??????gF | 0011111100111111001111110011111100111111001111110110011101000110 | 3f3f3f3f3f3f6746 |
SJIS-WIN | 湿柴シユシ・gF | 10001110101111001000111011000100101111001101010110111100101001010110011101000110 | 8ebc8ec4bcd5bca56746 |
EUC-JP | 湿柴シユシ・gF | 1011110010111110101111001100011010001110101111001000111011010101100011101011110010001110101001010110011101000110 | bcbebcc68ebc8ed58ebc8ea56746 |
UTF-8 | 湿柴シユシ・gF | 1110011010111001101111111110011010011111101101001110111110111101101111001110111110111110100101011110111110111101101111001110111110111101101001010110011101000110 | e6b9bfe69fb4efbdbcefbe95efbdbcefbda56746 |
UHC | ?柴????gF | 001111111110001111000011001111110011111100111111001111110110011101000110 | 3fe3c33f3f3f3f6746 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)