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 | ?^\Y | 00111111010111100101110001011001 | 3f5e5c59 |
SJIS-WIN | ^\Y | 1111011110101100010111100101110001011001 | f7ac5e5c59 |
EUC-JP | ?^\Y | 00111111010111100101110001011001 | 3f5e5c59 |
UTF-8 | ^\Y | 111011101001011010001111010111100101110001011001 | ee968f5e5c59 |
UHC | ?^\Y | 00111111010111100101110001011001 | 3f5e5c59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)