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 | 貶麗 | 11100110110010001001011111101101 | e6c897ed |
EUC-JP | 貶麗 | 11101100110010101100111011101111 | eccaceef |
UTF-8 | 貶麗 | 111010001011001010110110111010011011101010010111 | e8b2b6e9ba97 |
UHC | 貶麗 | 11111000101111111101010111110010 | f8bfd5f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)