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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 懶風懶裙^ | 100111001110111110010101100101111001110011101111111001011110001101011110 | 9cef95979cefe5e35e |
EUC-JP | 懶風懶裙^ | 110110001111000111001001111101111101100011110001111010101110010101011110 | d8f1c9f7d8f1eae55e |
UTF-8 | 懶風懶裙^ | 11100110100001111011011011101001101000101010100011100110100001111011011011101000101000111001100101011110 | e687b6e9a2a8e687b6e8a3995e |
UHC | 懶風懶裙^ | 110101001111101111111001101001101101010011111011110011111101100101011110 | d4fbf9a6d4fbcfd95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)