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 | äWP | 111001000101011101010000 | e45750 |
SJIS-WIN | ?WP | 001111110101011101010000 | 3f5750 |
EUC-JP | äWP | 1000111110101011101000110101011101010000 | 8faba35750 |
UTF-8 | äWP | 11000011101001000101011101010000 | c3a45750 |
UHC | ?WP | 001111110101011101010000 | 3f5750 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)