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 | 쿨茄 | 111011001011111110101000111010001000110010000100 | ecbfa8e88c84 |
UHC | 쿨茄 | 11000100111100001100101010110101 | c4f0cab5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)