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 | ???c^ | 0011111100111111001111110110001101011110 | 3f3f3f635e |
SJIS-WIN | 腦句欧c^ | 1110010001001001100010111110010110001001101000100110001101011110 | e4498be589a2635e |
EUC-JP | 腦句欧c^ | 1110011110101010101101101110011110110010101001000110001101011110 | e7aab6e7b2a4635e |
UTF-8 | 腦句欧c^ | 1110100010000101101001101110010110001111101001011110011010101100101001110110001101011110 | e885a6e58fa5e6aca7635e |
UHC | 腦句?c^ | 11010010111000001100111110100011001111110110001101011110 | d2e0cfa33f635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)