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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ??獐?獐 | 001111110011111110001111110010111011101000111111100011111100101110111010 | 3f3f8fcbba3f8fcbba |
UTF-8 | 欌뺐獐렪獐 | 111001101010110010001100111010111011101010010000111001111000110110010000111010111010000010101010111001111000110110010000 | e6ac8cebba90e78d90eba0aae78d90 |
UHC | 欌뺐獐렪獐 | 11101101111010111011101110110000111011011110111110001110101110001110110111101111 | edebbbb0edef8eb8edef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)