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 | AçÒh | 100111100100000111100111110100101001111101101000 | 9e41e7d29f68 |
SJIS-WIN | ?A???h | 001111110100000100111111001111110011111101101000 | 3f413f3f3f68 |
EUC-JP | ?AçÒ?h | 00111111010000011000111110101011101011101000111110101010110100100011111101101000 | 3f418fabae8faad23f68 |
UTF-8 | AçÒh | 11000010100111100100000111000011101001111100001110010010110000101001111101101000 | c29e41c3a7c392c29f68 |
UHC | ?A???h | 001111110100000100111111001111110011111101101000 | 3f413f3f3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)