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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ????▽? | 00111111001111110011111100111111100000011010010000111111 | 3f3f3f3f81a43f |
EUC-JP | ???沅▽? | 001111110011111100111111100011111100011011101001101000101010011000111111 | 3f3f3f8fc6e9a2a63f |
UTF-8 | 囹덈ㅊ沅▽뺐 | 111011111010011010101001111010111000110110001000111000111000010110001010111001101011001010000101111000101001011010111101111010111011101010010000 | efa6a9eb8d88e3858ae6b285e296bdebba90 |
UHC | 囹덈ㅊ沅▽뺐 | 111001111010101010001000111010111010010010111010111010101011011010100001111001001011101110110000 | e7aa88eba4baeab6a1e4bbb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)