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 | Cl | 10001111010000111001000101101100 | 8f43916c |
SJIS-WIN | ?C?l | 00111111010000110011111101101100 | 3f433f6c |
EUC-JP | ?C?l | 00111111010000110011111101101100 | 3f433f6c |
UTF-8 | Cl | 110000101000111101000011110000101001000101101100 | c28f43c2916c |
UHC | ?C?l | 00111111010000110011111101101100 | 3f433f6c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)