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 | Ô¼ßÑ^ | 1101010010111100110111111101000101011110 | d4bcdfd15e |
SJIS-WIN | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
EUC-JP | Ô?ßÑ^ | 1000111110101010110101000011111110001111101010011100111010001111101010101101000001011110 | 8faad43f8fa9ce8faad05e |
UTF-8 | Ô¼ßÑ^ | 110000111001010011000010101111001100001110011111110000111001000101011110 | c394c2bcc39fc3915e |
UHC | ?¼ß?^ | 00111111101010001111100110101001101011000011111101011110 | 3fa8f9a9ac3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)