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 | ^l | 10011110010111101001011101101100 | 9e5e976c |
SJIS-WIN | ?^?l | 00111111010111100011111101101100 | 3f5e3f6c |
EUC-JP | ?^?l | 00111111010111100011111101101100 | 3f5e3f6c |
UTF-8 | ^l | 110000101001111001011110110000101001011101101100 | c29e5ec2976c |
UHC | ?^?l | 00111111010111100011111101101100 | 3f5e3f6c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)