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 | 鋧七霖 | 111110111100111110001110101101011110100011000001 | fbcf8eb5e8c1 |
EUC-JP | 鋧七霖 | 10001111111001001100101110111100101101111111000011000011 | 8fe4cbbcb7f0c3 |
UTF-8 | 鋧七霖 | 111010011000101110100111111001001011100010000011111010011001110010010110 | e98ba7e4b883e99c96 |
UHC | ?七霖 | 0011111111110110110100101101011111111101 | 3ff6d2d7fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)