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 | 叔完 | 10001111011001101000101010101110 | 8f668aae |
EUC-JP | 叔完 | 10111101110001111011010010110000 | bdc7b4b0 |
UTF-8 | 叔完 | 111001011000111110010100111001011010111010001100 | e58f94e5ae8c |
UHC | 叔完 | 11100010110100101110100011000111 | e2d2e8c7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)