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 | Ö¹öÒ\ | 1101011010111001111101101101001001011100 | d6b9f6d25c |
SJIS-WIN | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
EUC-JP | Ö?öÒ\ | 1000111110101010110100110011111110001111101010111101001110001111101010101101001001011100 | 8faad33f8fabd38faad25c |
UTF-8 | Ö¹öÒ\ | 110000111001011011000010101110011100001110110110110000111001001001011100 | c396c2b9c3b6c3925c |
UHC | ?¹??\ | 001111111010100111110110001111110011111101011100 | 3fa9f63f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)