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 | ç¸ýÎNV | 111001111011100011111101110011100100111001010110 | e7b8fdce4e56 |
SJIS-WIN | ????NV | 001111110011111100111111001111110100111001010110 | 3f3f3f3f4e56 |
EUC-JP | ç¸ýÎNV | 1000111110101011101011101000111110100010101100011000111110101011111100101000111110101010110000100100111001010110 | 8fabae8fa2b18fabf28faac24e56 |
UTF-8 | ç¸ýÎNV | 11000011101001111100001010111000110000111011110111000011100011100100111001010110 | c3a7c2b8c3bdc38e4e56 |
UHC | ?¸??NV | 00111111101000101010110000111111001111110100111001010110 | 3fa2ac3f3f4e56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)