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 | 邀・蝎 | 1110011110110001101001011110010110011001 | e7b1a5e599 |
EUC-JP | 邀・蝎 | 111011101011001110001110101001011110100111111001 | eeb38ea5e9f9 |
UTF-8 | 邀・蝎 | 111010011000001010000000111011111011110110100101111010001001110110001110 | e98280efbda5e89d8e |
UHC | 邀?蝎 | 1110100110101101001111111100101011101001 | e9ad3fcae9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)