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 | 待遇 | 10010001110100101000101111110110 | 91d28bf6 |
EUC-JP | 待遇 | 11000010110101001011011011111000 | c2d4b6f8 |
UTF-8 | 待遇 | 111001011011111010000101111010011000000110000111 | e5be85e98187 |
UHC | 待遇 | 11010011111000101110100111100111 | d3e2e9e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)