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 | äLåS | 111001000100110010001000111001011000001001010011 | e44c88e58253 |
SJIS-WIN | ?L???S | 001111110100110000111111001111110011111101010011 | 3f4c3f3f3f53 |
EUC-JP | äL?å?S | 10001111101010111010001101001100001111111000111110101011101010010011111101010011 | 8faba34c3f8faba93f53 |
UTF-8 | äLåS | 11000011101001000100110011000010100010001100001110100101110000101000001001010011 | c3a44cc288c3a5c28253 |
UHC | ?L???S | 001111110100110000111111001111110011111101010011 | 3f4c3f3f3f53 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)