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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 竺賞゚ | 1000111010110001100011111101110011011111 | 8eb18fdcdf |
EUC-JP | 竺賞゚ | 101111001011001110111110110111101000111011011111 | bcb3bede8edf |
UTF-8 | 竺賞゚ | 111001111010101110111010111010001011001110011110111011111011111010011111 | e7abbae8b39eefbe9f |
UHC | 竺賞? | 1111010111100111110111111101101100111111 | f5e7dfdb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)