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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 轢」阡曖 | 11100111100000001010001111101000100101001001111001000010 | e780a3e8949e42 |
EUC-JP | 轢」阡曖 | 1110110111100000100011101010001111101111111101001101101110100011 | ede08ea3eff4dba3 |
UTF-8 | 轢」阡曖 | 111010001011110110100010111011111011110110100011111010011001100010100001111001101001101110010110 | e8bda2efbda3e998a1e69b96 |
UHC | 轢?阡曖 | 11010101111110010011111111110100110001101110010011110010 | d5f93ff4c6e4f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)