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 | 001111110011111101101100 | 3f3f6c |
SJIS-WIN | 秩?l | 10010010100000010011111101101100 | 92813f6c |
EUC-JP | 秩?l | 11000011111000010011111101101100 | c3e13f6c |
UTF-8 | 秩섐l | 11100111101001111010100111101100100001001001000001101100 | e7a7a9ec84906c |
UHC | 秩섐l | 1111001011110001101111001010101101101100 | f2f1bcab6c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)