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 | 蛭?蛭?? | 10010101011001110011111110010101011001110011111100111111 | 95673f95673f3f |
EUC-JP | 蛭?蛭?? | 11001001110010000011111111001001110010000011111100111111 | c9c83fc9c83f3f |
UTF-8 | 蛭서蛭샷뤵 | 111010001001101110101101111011001000010010011100111010001001101110101101111011001000001110110111111010111010010010110101 | e89badec849ce89badec83b7eba4b5 |
UHC | 蛭서蛭샷뤵 | 11110010111101001011110010101101111100101111010010111100101001101000111111100011 | f2f4bcadf2f4bca68fe3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)