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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 写磁顰 | 100011101100101010001110101001011110100011111100 | 8eca8ea5e8fc |
EUC-JP | 写磁顰 | 101111001100110010111100101001111111000011111110 | bcccbca7f0fe |
UTF-8 | 写磁顰 | 111001011000011010011001111001111010001110000001111010011010000110110000 | e58699e7a381e9a1b0 |
UHC | ?磁? | 00111111111011011011100000111111 | 3fedb83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)