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 | 111000001111000001101100 | e0f06c |
SJIS-WIN | ??l | 001111110011111101101100 | 3f3f6c |
EUC-JP | àðl | 10001111101010111010001010001111101010011100001101101100 | 8faba28fa9c36c |
UTF-8 | àðl | 1100001110100000110000111011000001101100 | c3a0c3b06c |
UHC | ?ðl | 00111111101010011010001101101100 | 3fa9a36c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)