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 | 称」煜 | 1000111111001100101000111111101101010101 | 8fcca3fb55 |
EUC-JP | 称」煜 | 10111110110011101000111010100011100011111100100111111100 | bece8ea38fc9fc |
UTF-8 | 称」煜 | 111001111010011110110000111011111011110110100011111001111000010110011100 | e7a7b0efbda3e7859c |
UHC | ??煜 | 00111111001111111110100111110010 | 3f3fe9f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)