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 | 萎? | 100010001101111000111111 | 88de3f |
EUC-JP | 萎? | 101100001110000000111111 | b0e03f |
UTF-8 | 萎롆 | 111010001001000010001110111010111010000110000110 | e8908eeba186 |
UHC | 萎롆 | 11101010110101111000111011001100 | ead78ecc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)