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 | än{äns | 111001000110111001111011111001000110111001110011 | e46e7be46e73 |
SJIS-WIN | ?n{?ns | 001111110110111001111011001111110110111001110011 | 3f6e7b3f6e73 |
EUC-JP | än{äns | 10001111101010111010001101101110011110111000111110101011101000110110111001110011 | 8faba36e7b8faba36e73 |
UTF-8 | än{äns | 1100001110100100011011100111101111000011101001000110111001110011 | c3a46e7bc3a46e73 |
UHC | ?n{?ns | 001111110110111001111011001111110110111001110011 | 3f6e7b3f6e73 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)