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 | 襪? | 111001100100001100111111 | e6433f |
EUC-JP | 襪? | 111010111010010000111111 | eba43f |
UTF-8 | 襪㎪ | 111010001010010110101010111000111000111010101010 | e8a5aae38eaa |
UHC | 襪㎪ | 11011000110010101010011111100110 | d8caa7e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)