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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 顰」螳肴キ | 1110100011111100101000111110010110101110100011011110011010110111 | e8fca3e5ae8de6b7 |
EUC-JP | 顰」螳肴キ | 11110000111111101000111010100011111010101011000010111010111010001000111010110111 | f0fe8ea3eab0bae88eb7 |
UTF-8 | 顰」螳肴キ | 111010011010000110110000111011111011110110100011111010001001111010110011111010001000001010110100111011111011110110110111 | e9a1b0efbda3e89eb3e882b4efbdb7 |
UHC | ??螳肴? | 00111111001111111101001111011001111111011010001000111111 | 3f3fd3d9fda23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)