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 | ?r] | 001111110111001001011101 | 3f725d |
SJIS-WIN | 叩r] | 10010010010000000111001001011101 | 9240725d |
EUC-JP | 叩r] | 11000011101000010111001001011101 | c3a1725d |
UTF-8 | 叩r] | 1110010110001111101010010111001001011101 | e58fa9725d |
UHC | 叩r] | 11001101101100000111001001011101 | cdb0725d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)