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 | ¢W | 100100011010001001010111 | 91a257 |
SJIS-WIN | ?¢W | 00111111100000011001000101010111 | 3f819157 |
EUC-JP | ?¢W | 00111111101000011111000101010111 | 3fa1f157 |
UTF-8 | ¢W | 1100001010010001110000101010001001010111 | c291c2a257 |
UHC | ??W | 001111110011111101010111 | 3f3f57 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)