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 | 簓螂 | 11100010110001111110010110100101 | e2c7e5a5 |
EUC-JP | 簓螂 | 11100100110010011110101010100111 | e4c9eaa7 |
UTF-8 | 簓螂 | 111001111011000010010011111010001001111010000010 | e7b093e89e82 |
UHC | ?螂 | 001111111101010111001100 | 3fd5cc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)