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 | ñízh | 100111111111000110011111111011010111101001101000 | 9ff19fed7a68 |
SJIS-WIN | ????zh | 001111110011111100111111001111110111101001101000 | 3f3f3f3f7a68 |
EUC-JP | ?ñ?ízh | 00111111100011111010101111010000001111111000111110101011101111110111101001101000 | 3f8fabd03f8fabbf7a68 |
UTF-8 | ñízh | 11000010100111111100001110110001110000101001111111000011101011010111101001101000 | c29fc3b1c29fc3ad7a68 |
UHC | ????zh | 001111110011111100111111001111110111101001101000 | 3f3f3f3f7a68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)