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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 跫・竭。 | 1110011011101101101001011110001010010001101000011111100111111010 | e6eda5e291a1f9fa |
EUC-JP | 跫・竭。? | 111011001110111110001110101001011110001111110001100011101010000100111111 | ecef8ea5e3f18ea13f |
UTF-8 | 跫・竭。 | 111010001011011110101011111011111011110110100101111001111010101110101101111011111011110110100001111011101001110110010101 | e8b7abefbda5e7abadefbda1ee9d95 |
UHC | ??竭?? | 001111110011111111001010111001100011111100111111 | 3f3fcae63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)