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 | å^{å^s | 111001010101111001111011111001010101111001110011 | e55e7be55e73 |
SJIS-WIN | ?^{?^s | 001111110101111001111011001111110101111001110011 | 3f5e7b3f5e73 |
EUC-JP | å^{å^s | 10001111101010111010100101011110011110111000111110101011101010010101111001110011 | 8faba95e7b8faba95e73 |
UTF-8 | å^{å^s | 1100001110100101010111100111101111000011101001010101111001110011 | c3a55e7bc3a55e73 |
UHC | ?^{?^s | 001111110101111001111011001111110101111001110011 | 3f5e7b3f5e73 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)