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 | çþ¢wh | 1110011111111110101000100111011101101000 | e7fea27768 |
SJIS-WIN | ??¢wh | 001111110011111110000001100100010111011101101000 | 3f3f81917768 |
EUC-JP | çþ¢wh | 10001111101010111010111010001111101010011101000010100001111100010111011101101000 | 8fabae8fa9d0a1f17768 |
UTF-8 | çþ¢wh | 1100001110100111110000111011111011000010101000100111011101101000 | c3a7c3bec2a27768 |
UHC | ?þ?wh | 001111111010100110101101001111110111011101101000 | 3fa9ad3f7768 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)