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 | åvP | 111001010111011001010000 | e57650 |
SJIS-WIN | ?vP | 001111110111011001010000 | 3f7650 |
EUC-JP | åvP | 1000111110101011101010010111011001010000 | 8faba97650 |
UTF-8 | åvP | 11000011101001010111011001010000 | c3a57650 |
UHC | ?vP | 001111110111011001010000 | 3f7650 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)