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 | 蜷ウム躯」 | 11100101100100001011001111010001100010111110101110100011 | e590b3d18beba3 |
EUC-JP | 蜷ウム躯」 | 11101001111100001000111010110011100011101101000110110110111011011000111010100011 | e9f08eb38ed1b6ed8ea3 |
UTF-8 | 蜷ウム躯」 | 111010001001110010110111111011111011110110110011111011111011111010010001111010001011101010101111111011111011110110100011 | e89cb7efbdb3efbe91e8baafefbda3 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)