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 | 酌称 | 10001110110111101000111111001100 | 8ede8fcc |
EUC-JP | 酌称 | 10111100111000001011111011001110 | bce0bece |
UTF-8 | 酌称 | 111010011000010110001100111001111010011110110000 | e9858ce7a7b0 |
UHC | 酌? | 111011011100110000111111 | edcc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)