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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 陂泥 | 11101000100110001001001101000100 | e8989344 |
EUC-JP | 陂泥 | 11101111111110001100010110100101 | eff8c5a5 |
UTF-8 | 陂泥 | 111010011001100110000010111001101011001110100101 | e99982e6b3a5 |
UHC | 陂泥 | 11111001101011101101001011111010 | f9aed2fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)