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 | ?????S^ | 00111111001111110011111100111111001111110101001101011110 | 3f3f3f3f3f535e |
SJIS-WIN | ?????S^ | 00111111001111110011111100111111001111110101001101011110 | 3f3f3f3f3f535e |
EUC-JP | ?????S^ | 00111111001111110011111100111111001111110101001101011110 | 3f3f3f3f3f535e |
UTF-8 | 혺혺창횖혗S^ | 1110110110011000101110101110110110011000101110101110110010110000101111011110110110011010100101101110110110011000100101110101001101011110 | ed98baed98baecb0bded9a96ed9897535e |
UHC | 혺혺창횖혗S^ | 110000101001111111000010100111111100001110100010110000111001000011000010100000100101001101011110 | c29fc29fc3a2c390c282535e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)