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 | ?Q~ | 001111110101000101111110 | 3f517e |
SJIS-WIN | 叩Q~ | 10010010010000000101000101111110 | 9240517e |
EUC-JP | 叩Q~ | 11000011101000010101000101111110 | c3a1517e |
UTF-8 | 叩Q~ | 1110010110001111101010010101000101111110 | e58fa9517e |
UHC | 叩Q~ | 11001101101100000101000101111110 | cdb0517e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)