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^ | 001111110111001001011110 | 3f725e |
SJIS-WIN | 叩r^ | 10010010010000000111001001011110 | 9240725e |
EUC-JP | 叩r^ | 11000011101000010111001001011110 | c3a1725e |
UTF-8 | 叩r^ | 1110010110001111101010010111001001011110 | e58fa9725e |
UHC | 叩r^ | 11001101101100000111001001011110 | cdb0725e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)