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 | 驢ッ迥「髴 | 1110100110000110101011111110011110001010101000101110100110011100 | e986afe78aa2e99c |
EUC-JP | 驢ッ迥「髴 | 11110001111001101000111010101111111011011110101010001110101000101111000111111100 | f1e68eafedea8ea2f1fc |
UTF-8 | 驢ッ迥「髴 | 111010011010100110100010111011111011110110101111111010001011111110100101111011111011110110100010111010011010101110110100 | e9a9a2efbdafe8bfa5efbda2e9abb4 |
UHC | 驢???? | 110101011111000000111111001111110011111100111111 | d5f03f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)