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 | 襪阪 | 11100110010000111000110111100011 | e6438de3 |
EUC-JP | 襪阪 | 11101011101001001011101011100101 | eba4bae5 |
UTF-8 | 襪阪 | 111010001010010110101010111010011001100010101010 | e8a5aae998aa |
UHC | 襪阪 | 11011000110010101111100010100001 | d8caf8a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)