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 | 悉粱 | 10001110101110111110001011101011 | 8ebbe2eb |
EUC-JP | 悉粱 | 10111100101111011110010011101101 | bcbde4ed |
UTF-8 | 悉粱 | 111001101000001010001001111001111011001010110001 | e68289e7b2b1 |
UHC | 悉粱 | 11100011111110101101010111011100 | e3fad5dc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)