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 | æ²Î | 1110011010011010101100101100111010011001 | e69ab2ce99 |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | æ??Î? | 100011111010100111000001001111110011111110001111101010101100001000111111 | 8fa9c13f3f8faac23f |
UTF-8 | æ²Î | 11000011101001101100001010011010110000101011001011000011100011101100001010011001 | c3a6c29ac2b2c38ec299 |
UHC | æ?²?? | 10101001101000010011111110101001111101110011111100111111 | a9a13fa9f73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)