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 | ? | 00111111 | 3f |
SJIS-WIN | 纜 | 1110001110011100 | e39c |
EUC-JP | 纜 | 1110010111111100 | e5fc |
UTF-8 | 纜 | 111001111011101010011100 | e7ba9c |
UHC | 纜 | 1101010110111111 | d5bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)