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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 邱狗キ毅 | 11100111101101111000101111100111101101111000101101000010 | e7b78be7b78b42 |
EUC-JP | 邱狗キ毅 | 1110111010111001101101101110100110001110101101111011010110100011 | eeb9b6e98eb7b5a3 |
UTF-8 | 邱狗キ毅 | 111010011000001010110001111001111000101110010111111011111011110110110111111001101010111110000101 | e982b1e78b97efbdb7e6af85 |
UHC | 邱狗?毅 | 11001111110010001100111110110111001111111110101111110110 | cfc8cfb73febf6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)