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 | ?Wx | 001111110101011101111000 | 3f5778 |
SJIS-WIN | 叩Wx | 10010010010000000101011101111000 | 92405778 |
EUC-JP | 叩Wx | 11000011101000010101011101111000 | c3a15778 |
UTF-8 | 叩Wx | 1110010110001111101010010101011101111000 | e58fa95778 |
UHC | 叩Wx | 11001101101100000101011101111000 | cdb05778 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)