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 | 淅? | 100111111100011000111111 | 9fc63f |
EUC-JP | 淅琬 | 1101111011001000100011111100110010110000 | dec88fccb0 |
UTF-8 | 淅琬 | 111001101011011110000101111001111001000010101100 | e6b785e790ac |
UHC | 淅琬 | 11100000101100101110100011001110 | e0b2e8ce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)