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 | ?蝸 | 001111111110010110010111 | 3fe597 |
EUC-JP | 焌蝸 | 1000111111001001111010001110100111110111 | 8fc9e8e9f7 |
UTF-8 | 焌蝸 | 111001111000010010001100111010001001110110111000 | e7848ce89db8 |
UHC | 焌蝸 | 11110001111000001110100011000100 | f1e0e8c4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)