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 | ??P~ | 00111111001111110101000001111110 | 3f3f507e |
SJIS-WIN | ツ叩P~ | 1100001010010010010000000101000001111110 | c29240507e |
EUC-JP | ツ叩P~ | 100011101100001011000011101000010101000001111110 | 8ec2c3a1507e |
UTF-8 | ツ叩P~ | 1110111110111110100000101110010110001111101010010101000001111110 | efbe82e58fa9507e |
UHC | ?叩P~ | 0011111111001101101100000101000001111110 | 3fcdb0507e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)