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 | 萎롇 | 111010001001000010001110111010111010000110000111 | e8908eeba187 |
UHC | 萎롇 | 11101010110101111000111011001101 | ead78ecd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)