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 | ß[ | 100101101101111101011011 | 96df5b |
SJIS-WIN | ??[ | 001111110011111101011011 | 3f3f5b |
EUC-JP | ?ß[ | 0011111110001111101010011100111001011011 | 3f8fa9ce5b |
UTF-8 | ß[ | 1100001010010110110000111001111101011011 | c296c39f5b |
UHC | ?ß[ | 00111111101010011010110001011011 | 3fa9ac5b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)