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 | ??????SB | 0011111100111111001111110011111100111111001111110101001101000010 | 3f3f3f3f3f3f5342 |
SJIS-WIN | 湿柴シウシエSB | 10001110101111001000111011000100101111001011001110111100101101000101001101000010 | 8ebc8ec4bcb3bcb45342 |
EUC-JP | 湿柴シウシエSB | 1011110010111110101111001100011010001110101111001000111010110011100011101011110010001110101101000101001101000010 | bcbebcc68ebc8eb38ebc8eb45342 |
UTF-8 | 湿柴シウシエSB | 1110011010111001101111111110011010011111101101001110111110111101101111001110111110111101101100111110111110111101101111001110111110111101101101000101001101000010 | e6b9bfe69fb4efbdbcefbdb3efbdbcefbdb45342 |
UHC | ?柴????SB | 001111111110001111000011001111110011111100111111001111110101001101000010 | 3fe3c33f3f3f3f5342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)