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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 占ο? | 1001000011101000100000111100110100111111 | 90e883cd3f |
EUC-JP | 占ο? | 1100000011101010101001101100111100111111 | c0eaa6cf3f |
UTF-8 | 占ο에 | 1110010110001101101000001100111010111111111011001001011110010000 | e58da0cebfec9790 |
UHC | 占ο에 | 111011111011111110100101111011111011111110100001 | efbfa5efbfa1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)