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 | 隶門」ア縺 | 1110100010101110100101101110010110100011101100011110001110000001 | e8ae96e5a3b1e381 |
EUC-JP | 隶門」ア縺 | 11110000101100001100110011100111100011101010001110001110101100011110010111100001 | f0b0cce78ea38eb1e5e1 |
UTF-8 | 隶門」ア縺 | 111010011001101010110110111010011001011010000000111011111011110110100011111011111011110110110001111001111011100010111010 | e99ab6e99680efbda3efbdb1e7b8ba |
UHC | ?門??? | 001111111101101010100110001111110011111100111111 | 3fdaa63f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)