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 | ?P | 0011111101010000 | 3f50 |
SJIS-WIN | 峯P | 100101011111010101010000 | 95f550 |
EUC-JP | 峯P | 110010101111011101010000 | caf750 |
UTF-8 | 峯P | 11100101101100111010111101010000 | e5b3af50 |
UHC | 峯P | 110111001110011101010000 | dce750 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)