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 | ñßÛ[ | 1001111111110001110111111101101101011011 | 9ff1dfdb5b |
SJIS-WIN | ????[ | 0011111100111111001111110011111101011011 | 3f3f3f3f5b |
EUC-JP | ?ñßÛ[ | 0011111110001111101010111101000010001111101010011100111010001111101010101110010101011011 | 3f8fabd08fa9ce8faae55b |
UTF-8 | ñßÛ[ | 110000101001111111000011101100011100001110011111110000111001101101011011 | c29fc3b1c39fc39b5b |
UHC | ??ß?[ | 001111110011111110101001101011000011111101011011 | 3f3fa9ac3f5b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)