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 | ??????h | 00111111001111110011111100111111001111110011111101101000 | 3f3f3f3f3f3f68 |
SJIS-WIN | 鉤エ邵∵エイh | 11100111111010101011010011100111101110001000000111100110101101001011001001101000 | e7eab4e7b881e6b4b268 |
EUC-JP | 鉤エ邵∵エイh | 11101110111011001000111010110100111011101011101010100010111010001000111010110100100011101011001001101000 | eeec8eb4eebaa2e88eb48eb268 |
UTF-8 | 鉤エ邵∵エイh | 11101001100010011010010011101111101111011011010011101001100000101011010111100010100010001011010111101111101111011011010011101111101111011011001001101000 | e989a4efbdb4e982b5e288b5efbdb4efbdb268 |
UHC | 鉤?邵∵??h | 11001111110010010011111111100001110100001010000111110001001111110011111101101000 | cfc93fe1d0a1f13f3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)