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 | 粳恕 | 11100010111010011000111110011010 | e2e98f9a |
EUC-JP | 粳恕 | 11100100111010111011110111111010 | e4ebbdfa |
UTF-8 | 粳恕 | 111001111011001010110011111001101000000110010101 | e7b2b3e68195 |
UHC | 粳恕 | 11001011110101111101111111110000 | cbd7dff0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)