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 | 貶顰 | 11100110110010001110100011111100 | e6c8e8fc |
EUC-JP | 貶顰 | 11101100110010101111000011111110 | eccaf0fe |
UTF-8 | 貶顰 | 111010001011001010110110111010011010000110110000 | e8b2b6e9a1b0 |
UHC | 貶? | 111110001011111100111111 | f8bf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)