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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 軋?? | 11100111011000010011111100111111 | e7613f3f |
EUC-JP | 軋?? | 11101101110000100011111100111111 | edc23f3f |
UTF-8 | 軋얌렿 | 111010001011101110001011111011001001011010001100111010111010000010111111 | e8bb8bec968ceba0bf |
UHC | 軋얌렿 | 111001001101100010111110111001001000111011000111 | e4d8bee48ec7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)