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 | ??×? | 00111111001111111101011100111111 | 3f3fd73f |
SJIS-WIN | 嘲η×? | 10011010011111011000001111000101100000010111111000111111 | 9a7d83c5817e3f |
EUC-JP | 嘲η×? | 11010011110111101010011011000111101000011101111100111111 | d3dea6c7a1df3f |
UTF-8 | 嘲η×塞 | 11100101100110001011001011001110101101111100001110010111111011111010010110101100 | e598b2ceb7c397efa5ac |
UHC | 嘲η×塞 | 1111000010111111101001011110011110100001101111111101111111100001 | f0bfa5e7a1bfdfe1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)