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 | ????Wm | 001111110011111100111111001111110101011101101101 | 3f3f3f3f576d |
SJIS-WIN | シト竺捨Wm | 1011110011000100100011101011000110001110110011000101011101101101 | bcc48eb18ecc576d |
EUC-JP | シト竺捨Wm | 10001110101111001000111011000100101111001011001110111100110011100101011101101101 | 8ebc8ec4bcb3bcce576d |
UTF-8 | シト竺捨Wm | 1110111110111101101111001110111110111110100001001110011110101011101110101110011010001101101010000101011101101101 | efbdbcefbe84e7abbae68da8576d |
UHC | ??竺捨Wm | 0011111100111111111101011110011111011110110101110101011101101101 | 3f3ff5e7ded7576d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)