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 | ßü] | 1101111111111100100101011000111001011101 | dffc958e5d |
SJIS-WIN | ????] | 0011111100111111001111110011111101011101 | 3f3f3f3f5d |
EUC-JP | ßü??] | 100011111010100111001110100011111010101111100100001111110011111101011101 | 8fa9ce8fabe43f3f5d |
UTF-8 | ßü] | 110000111001111111000011101111001100001010010101110000101000111001011101 | c39fc3bcc295c28e5d |
UHC | ß???] | 101010011010110000111111001111110011111101011101 | a9ac3f3f3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)