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 | 玳 | 1110000011011100 | e0dc |
EUC-JP | 玳 | 1110000011011110 | e0de |
UTF-8 | 玳 | 111001111000111010110011 | e78eb3 |
UHC | 玳 | 1101001111100101 | d3e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)