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 | ??????y | 00111111001111110011111100111111001111110011111101111001 | 3f3f3f3f3f3f79 |
SJIS-WIN | 湿柴シユシ・y | 100011101011110010001110110001001011110011010101101111001010010101111001 | 8ebc8ec4bcd5bca579 |
EUC-JP | 湿柴シユシ・y | 10111100101111101011110011000110100011101011110010001110110101011000111010111100100011101010010101111001 | bcbebcc68ebc8ed58ebc8ea579 |
UTF-8 | 湿柴シユシ・y | 11100110101110011011111111100110100111111011010011101111101111011011110011101111101111101001010111101111101111011011110011101111101111011010010101111001 | e6b9bfe69fb4efbdbcefbe95efbdbcefbda579 |
UHC | ?柴????y | 0011111111100011110000110011111100111111001111110011111101111001 | 3fe3c33f3f3f3f79 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)