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 | 腱逸 | 11100100010001101000100011101101 | e44688ed |
EUC-JP | 腱逸 | 11100111101001111011000011101111 | e7a7b0ef |
UTF-8 | 腱逸 | 111010001000010110110001111010011000000010111000 | e885b1e980b8 |
UHC | 腱逸 | 11001011111100101110110011101111 | cbf2ecef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)