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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 煜」赭耜シ」 | 111110110101010110100011111001101101111011100011110100011011110010100011 | fb55a3e6dee3d1bca3 |
EUC-JP | 煜」赭耜シ」 | 10001111110010011111110010001110101000111110110011100000111001101101001110001110101111001000111010100011 | 8fc9fc8ea3ece0e6d38ebc8ea3 |
UTF-8 | 煜」赭耜シ」 | 111001111000010110011100111011111011110110100011111010001011010110101101111010001000000010011100111011111011110110111100111011111011110110100011 | e7859cefbda3e8b5ade8809cefbdbcefbda3 |
UHC | 煜????? | 11101001111100100011111100111111001111110011111100111111 | e9f23f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)