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 | ??x | 001111110011111101111000 | 3f3f78 |
SJIS-WIN | 裳ャx | 10001111110101101010110001111000 | 8fd6ac78 |
EUC-JP | 裳ャx | 1011111011011000100011101010110001111000 | bed88eac78 |
UTF-8 | 裳ャx | 11101000101000111011001111101111101111011010110001111000 | e8a3b3efbdac78 |
UHC | 裳?x | 11011111110101110011111101111000 | dfd73f78 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)