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 | 懌褶絆 | 100111001110001011100101111101111110001101001010 | 9ce2e5f7e34a |
EUC-JP | 懌褶絆 | 110110001110010011101010111110011110010110101011 | d8e4eaf9e5ab |
UTF-8 | 懌褶絆 | 111001101000011110001100111010001010010010110110111001111011010110000110 | e6878ce8a4b6e7b586 |
UHC | ?褶絆 | 0011111111100011101010001101101011110100 | 3fe3a8daf4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)