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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 湿柴シマシ、B | 100011101011110010001110110001001011110011001111101111001010010001000010 | 8ebc8ec4bccfbca442 |
EUC-JP | 湿柴シマシ、B | 10111100101111101011110011000110100011101011110010001110110011111000111010111100100011101010010001000010 | bcbebcc68ebc8ecf8ebc8ea442 |
UTF-8 | 湿柴シマシ、B | 11100110101110011011111111100110100111111011010011101111101111011011110011101111101111101000111111101111101111011011110011101111101111011010010001000010 | e6b9bfe69fb4efbdbcefbe8fefbdbcefbda442 |
UHC | ?柴????B | 0011111111100011110000110011111100111111001111110011111101000010 | 3fe3c33f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)