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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ⅷエ螯 | 1111101001000111101101001110010110100110 | fa47b4e5a6 |
EUC-JP | ?エ螯 | 0011111110001110101101001110101010101000 | 3f8eb4eaa8 |
UTF-8 | ⅷエ螯 | 111000101000010110110111111011111011110110110100111010001001111010101111 | e285b7efbdb4e89eaf |
UHC | ⅷ?? | 10100101101010000011111100111111 | a5a83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)