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 | 霑・蝣、雉 | 1110100010111111101001011110010110100000101001001110100010110011 | e8bfa5e5a0a4e8b3 |
EUC-JP | 霑・蝣、雉 | 11110000110000011000111010100101111010101010001010001110101001001111000010110101 | f0c18ea5eaa28ea4f0b5 |
UTF-8 | 霑・蝣、雉 | 111010011001110010010001111011111011110110100101111010001001110110100011111011111011110110100100111010011001101110001001 | e99c91efbda5e89da3efbda4e99b89 |
UHC | 霑???雉 | 11101111110001010011111100111111001111111111011011001011 | efc53f3f3ff6cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)