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 | ??ßx | 00111111001111111101111101111000 | 3f3fdf78 |
SJIS-WIN | ?悳?x | 0011111110011100011110110011111101111000 | 3f9c7b3f78 |
EUC-JP | ?悳ßx | 00111111110101111101110010001111101010011100111001111000 | 3fd7dc8fa9ce78 |
UTF-8 | 룶悳ßx | 111010111010001110110110111001101000001010110011110000111001111101111000 | eba3b6e682b3c39f78 |
UHC | 룶悳ßx | 10001111101010111101001111101101101010011010110001111000 | 8fabd3eda9ac78 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)