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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 稜夢 | 10010111110001011001011010110010 | 97c596b2 |
EUC-JP | 稜夢 | 11001110110001111100110010110100 | cec7ccb4 |
UTF-8 | 稜夢 | 111001111010100010011100111001011010010010100010 | e7a89ce5a4a2 |
UHC | 稜夢 | 11010111110100101101100111010011 | d7d2d9d3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)