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 | ?茄 | 001111111000100111010110 | 3f89d6 |
EUC-JP | ?茄 | 001111111011001011011000 | 3fb2d8 |
UTF-8 | 뤶茄 | 111010111010010010110110111010001000110010000100 | eba4b6e88c84 |
UHC | 뤶茄 | 10001111111001001100101010110101 | 8fe4cab5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)