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 | ¥¦öÒV | 1010010110100110111101101101001001010110 | a5a6f6d256 |
SJIS-WIN | ¥???V | 100000011000111100111111001111110011111101010110 | 818f3f3f3f56 |
EUC-JP | ?¦öÒV | 0011111110001111101000101100001110001111101010111101001110001111101010101101001001010110 | 3f8fa2c38fabd38faad256 |
UTF-8 | ¥¦öÒV | 110000101010010111000010101001101100001110110110110000111001001001010110 | c2a5c2a6c3b6c39256 |
UHC | ????V | 0011111100111111001111110011111101010110 | 3f3f3f3f56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)