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 | ?峰??應 | 00111111100101011111010000111111001111111001110011100100 | 3f95f43f3f9ce4 |
EUC-JP | 焌峰??應 | 100011111100100111101000110010101111011000111111001111111101100011100110 | 8fc9e8caf63f3fd8e6 |
UTF-8 | 焌峰렒렖應 | 111001111000010010001100111001011011001110110000111010111010000010010010111010111010000010010110111001101000011110001001 | e7848ce5b3b0eba092eba096e68789 |
UHC | 焌峰렒렖應 | 11110001111000001101110011101000100011101010011110001110101010111110101111101011 | f1e0dce88ea78eabebeb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)