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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 隶門」ア謾 | 1110100010101110100101101110010110100011101100011110011010010100 | e8ae96e5a3b1e694 |
EUC-JP | 隶門」ア謾 | 11110000101100001100110011100111100011101010001110001110101100011110101111110100 | f0b0cce78ea38eb1ebf4 |
UTF-8 | 隶門」ア謾 | 111010011001101010110110111010011001011010000000111011111011110110100011111011111011110110110001111010001010110010111110 | e99ab6e99680efbda3efbdb1e8acbe |
UHC | ?門??? | 001111111101101010100110001111110011111100111111 | 3fdaa63f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)