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 | 100111001010001101110111 | 9ca377 |
SJIS-WIN | ?£w | 00111111100000011001001001110111 | 3f819277 |
EUC-JP | ?£w | 00111111101000011111001001110111 | 3fa1f277 |
UTF-8 | £w | 1100001010011100110000101010001101110111 | c29cc2a377 |
UHC | ??w | 001111110011111101110111 | 3f3f77 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)