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 | ñ勵 | 11110001111011111010010110111111 | f1efa5bf |
SJIS-WIN | ??¥? | 0011111100111111100000011000111100111111 | 3f3f818f3f |
EUC-JP | ñï?¿ | 10001111101010111101000010001111101010111100000100111111100011111010001011000100 | 8fabd08fabc13f8fa2c4 |
UTF-8 | ñ勵 | 1100001110110001110000111010111111000010101001011100001010111111 | c3b1c3afc2a5c2bf |
UHC | ???¿ | 0011111100111111001111111010001010101111 | 3f3f3fa2af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)