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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 癒?"? | 100101101111110000111111111110100101011100111111 | 96fc3ffa573f |
EUC-JP | 癒??? | 1100110011111110001111110011111100111111 | ccfe3f3f3f |
UTF-8 | 癒용"琉 | 111001111001100110010010111011001001101010101001111011111011110010000010111011111010011110001100 | e79992ec9aa9efbc82efa78c |
UHC | 癒용"琉 | 1110101110101000101111111110101110100011101000101110101110100100 | eba8bfeba3a2eba4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)