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 | ç®V | 11100111101011101000111101010110 | e7ae8f56 |
SJIS-WIN | ???V | 00111111001111110011111101010110 | 3f3f3f56 |
EUC-JP | ç®?V | 1000111110101011101011101000111110100010111011100011111101010110 | 8fabae8fa2ee3f56 |
UTF-8 | ç®V | 11000011101001111100001010101110110000101000111101010110 | c3a7c2aec28f56 |
UHC | ?®?V | 0011111110100010111001110011111101010110 | 3fa2e73f56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)