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 | ûSZD | 1111101101010011100011110101101001000100 | fb538f5a44 |
SJIS-WIN | ?S?ZD | 0011111101010011001111110101101001000100 | 3f533f5a44 |
EUC-JP | ûS?ZD | 10001111101010111110010101010011001111110101101001000100 | 8fabe5533f5a44 |
UTF-8 | ûSZD | 11000011101110110101001111000010100011110101101001000100 | c3bb53c28f5a44 |
UHC | ?S?ZD | 0011111101010011001111110101101001000100 | 3f533f5a44 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)