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 | 赭」阡曖 | 11100110110111101010001111101000100101001001111001000010 | e6dea3e8949e42 |
EUC-JP | 赭」阡曖 | 1110110011100000100011101010001111101111111101001101101110100011 | ece08ea3eff4dba3 |
UTF-8 | 赭」阡曖 | 111010001011010110101101111011111011110110100011111010011001100010100001111001101001101110010110 | e8b5adefbda3e998a1e69b96 |
UHC | ??阡曖 | 001111110011111111110100110001101110010011110010 | 3f3ff4c6e4f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)