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 | 勉勉 | 10010101110101111001010111010111 | 95d795d7 |
EUC-JP | 勉勉 | 11001010110110011100101011011001 | cad9cad9 |
UTF-8 | 勉勉 | 111001011000101110001001111001011000101110001001 | e58b89e58b89 |
UHC | 勉勉 | 11011000111101011101100011110101 | d8f5d8f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)