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 | ?早 | 001111111001000110000001 | 3f9181 |
EUC-JP | ?早 | 001111111100000111100001 | 3fc1e1 |
UTF-8 | 敾早 | 111001101001010110111110111001101001011110101001 | e695bee697a9 |
UHC | 敾早 | 11100000110000001111000011000100 | e0c0f0c4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)