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 | 言?? | 10001100101111100011111100111111 | 8cbe3f3f |
EUC-JP | 言?ı | 101110001100000000111111100011111010100111000101 | b8c03f8fa9c5 |
UTF-8 | 言㏝ı | 1110100010101000100000001110001110001111100111011100010010110001 | e8a880e38f9dc4b1 |
UHC | 言㏝ı | 111001011110101110100111111010011010100110100101 | e5eba7e9a9a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)