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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 莢矩悪褄 | 1110010010110000100010111110100110001000101010111110010111101011 | e4b08be988abe5eb |
EUC-JP | 莢矩悪褄 | 1110100010110010101101101110101110110000101011011110101011101101 | e8b2b6ebb0adeaed |
UTF-8 | 莢矩悪褄 | 111010001000111010100010111001111001111110101001111001101000001010101010111010001010010010000100 | e88ea2e79fa9e682aae8a484 |
UHC | 莢矩?? | 111110101111100011001111101110110011111100111111 | faf8cfbb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)